Question

I have a Play 2.2.1 application that connects to multiple databases. One database is a read/write database and one is a read-only database. In development mode, I would like to configure my application so that evolutions are executed on the read/write but not the read-only database.

So far, I've only been able to enable/disable evolutions for all databases using the "evolutionplugin={enabled/disabled}" setting. Is it possible to enable evolutions for one database but not the other?

Was it helpful?

Solution

Looks like this is not possible at the moment. See this thread.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top