For play 1.x, we can use play evolutions:apply, How can I do it in play-2.0-beta?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
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. |
|||||||||||
|