문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top