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?
In dev mode, when adding line
db.mydb.migration.auto=trueto 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?