This recent post, How to use Evolutions in Play Framework 2.0?, says that evolutions will automatically be applied when running Play 2.0. I\'ve tried the play-2.0-beta download
Adding applyEvolutions.default=true to your application.conf will enable evolutions by default in your application.
applyEvolutions.default=true