Flyway plugin for Play 2.1 - 2.3. It aims to be a substitute for play-evolutions.
For Play 2.4, We will develop Play Module at flyway/flyway-play
- Based on Flyway
- No 'Downs' part.
- Independent of DBPlugin(play.api.db).
In Build.scala/build.sbt
libraryDependencies += "com.github.tototoshi" %% "play-flyway" % "1.2.2"
and write play.plugins.
1000:com.github.tototoshi.play2.flyway.Plugin
In Build.scala/build.sbt
libraryDependencies += "com.github.tototoshi" %% "play-flyway" % "1.0.4"
and write play.plugins.
1000:com.github.tototoshi.play2.flyway.Plugin
In Build.scala/build.sbt
libraryDependencies += "com.github.tototoshi" %% "play-flyway" % "0.2.0"
and write play.plugins.
1000:com.github.tototoshi.play2.flyway.Plugin
Please see Document site