We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In dev mode, when adding line db.mydb.migration.auto=true to application.conf, the applications are automatically applied on application startup.
db.mydb.migration.auto=true
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: