Is there any way to run the Play Framework evolutions when deploying a Play Framework 1.2.x application as a war file? Specifically, I'm trying to get our app running on the Amazon Elastic Beanstalk architecture and the database evolutions piece is a key component of that.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
It's apparently not supported when you package your application in a WAR file. Some people have solved this issue by disabling the evolutions and writing their own plugin that runs the script automatically regardless of whether you're in DEV or PROD mode. |
|||||
|