flyway / flyway-play

Play modules for Flyway
Other
167 stars 40 forks source link

Migrations are applied automatically also in Dev mode #404

Open nemoo opened 2 months ago

nemoo commented 2 months ago

In dev mode, when adding line db.mydb.migration.auto=true to application.conf, the applications are automatically applied on application startup.

Yet, when I look at the implementation, nothing should be applied automatically when in dev mode: https://github.com/flyway/flyway-play/blob/9.1.0/plugin/src/main/scala/org/flywaydb/play/PlayInitializer.scala#L42-L44

What am I missing?