Method and Description |
---|
org.flywaydb.core.api.configuration.FlywayConfiguration.getSqlMigrationSuffix()
Use
FlywayConfiguration.getSqlMigrationSuffixes() instead. Will be removed in Flyway 6.0.0. |
org.flywaydb.core.Flyway.setClassLoader(ClassLoader)
Will be removed in Flyway 6.0. Use
Flyway(ClassLoader) instead. |
org.flywaydb.core.Flyway.setSqlMigrationSuffix(String)
Use
setSqlMigrationSuffixes(String...) instead. Will be removed in Flyway 6.0.0. |
Copyright © 2017. All rights reserved.