Added db.default.migration.ignoreMissingMigrations=true with no effect.
I checked PlayInitializer.scala and it seems to map only few of the many flyway properties.
Is there another way of setting this configuration?
I added flyway.conf to my resources folder with this config but did not help.
Added
db.default.migration.ignoreMissingMigrations=truewith no effect.I checked
PlayInitializer.scalaand it seems to map only few of the many flyway properties.Is there another way of setting this configuration?
I added
flyway.confto my resources folder with this config but did not help.