Uses of Class
org.flywaydb.core.api.FlywayException
-
Packages that use FlywayException Package Description org.flywaydb.core The main Flyway package and for most users, the only one they'll ever need to know about. -
-
Uses of FlywayException in org.flywaydb.core
Methods in org.flywaydb.core that throw FlywayException Modifier and Type Method Description voidFlyway. baseline()Baselines an existing database, excluding all migrations up to and including baselineVersion.intFlyway. migrate()Starts the database migration.voidFlyway. repair()Repairs the Flyway schema history table.intFlyway. undo()Undoes the most recently applied versioned migration.voidFlyway. validate()Validate applied migrations against resolved ones (on the filesystem or classpath) to detect accidental changes that may prevent the schema(s) from being recreated exactly.
-