I am trying to deploy and run a Play! 2.4 project on a server.
sudo bin/app -Dhttp.port=80 -Dconfig.resource=production.conf -DapplyEvolutions.default=true
The source code I have deployed on the server (and from which I run stage) however does not contain the evolution SQL scripts. Should I build them, and include them, at the development stage, or is there a way that they generate themselves either at build stage or at the start of the server?