Method and Description |
---|
org.flywaydb.core.api.configuration.FlywayConfiguration.isAllowMixedMigrations()
Use
isMixed() instead. Will be removed in Flyway 5.0. |
org.flywaydb.core.Flyway.isAllowMixedMigrations()
Use
isMixed() instead. Will be removed in Flyway 5.0. |
org.flywaydb.core.Flyway.isIgnoreFailedFutureMigration()
Use the more generic
isIgnoreFutureMigration() instead. Will be removed in Flyway 5.0. |
org.flywaydb.core.Flyway.setAllowMixedMigrations(boolean)
Use
setMixed() instead. Will be removed in Flyway 5.0. |
org.flywaydb.core.Flyway.setIgnoreFailedFutureMigration(boolean)
Use the more generic
setIgnoreFutureMigrations() instead. Will be removed in Flyway 5.0. |
Copyright © 2017. All rights reserved.