This commit is contained in:
Eden Kirin
2023-09-15 19:43:58 +02:00
parent d4a04adfda
commit f57c4d4491
3 changed files with 12 additions and 3 deletions

View File

@ -31,7 +31,7 @@ flyway.baselineVersion=0000
flyway.baselineOnMigrate=false
flyway.outOfOrder=true
flyway.outOfOrder=false
flyway.validateMigrationNaming=true
# This allows you to tie in custom code and logic to the Flyway lifecycle notifications (default: empty).
# Set this to a comma-separated list of fully qualified class names of org.flywaydb.core.api.callback.Callback