tototoshi / play-flyway   1.2.2

GitHub

Flyway plugin for Play >= 2.1

Scala versions: 2.11 2.10

play-flyway

travis

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

Features

  • Based on Flyway
  • No 'Downs' part.
  • Independent of DBPlugin(play.api.db).

Install

For Play 2.3.x

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

For Play 2.2.x

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

For Play 2.1.x

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

Document

Please see Document site