For play 1.x, we can use play evolutions:apply, How can I do it in play-2.0-beta?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
Evolution:apply is run automatically upon application start up. What is missing in Play 2.0-rc1 is a way to generate the evolutions scripts, and to manually apply them from the SBT console. But here is how to create them manually. Say you have the following definition in
Play2 will look for evolution in the following folder: For instance:
Now the sql itself has the following structure:
!Ups are used to upgrade the model to the next evolutions Like I said in the intro, evolutions will be magically applied upon application startup. |
|||||||||||
|