18

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 and latest git code, and I'm not seeing this behavior. In fact, I can't find any way to apply the evolutions in production mode. Am I missing something?

4

3 回答 3

39

添加applyEvolutions.default=true到您的 application.conf 将在您的应用程序中默认启用进化。

于 2012-08-28T13:40:35.003 回答
3

从 RC-3 开始,进化脚本的新位置在 conf/evolutions/[dbname]/1.sql 中。否则,以上信息仍然是准确的。

于 2012-03-08T06:24:34.220 回答
3

请尝试其中一个 Play 20 示例应用程序,系统会在应用程序启动时提示您应用进化 - 请求会在您第一次启动应用程序时出现在应用程序浏览器中。

于 2011-12-21T16:32:18.830 回答