All Classes and Interfaces

Classes
Class
Description
Baselines an existing database, excluding all migrations up to and including baselineVersion.
Maven goal that drops all database objects (tables, views, procedures, triggers, ...) in the configured schemas.
Display help information on flyway-maven-plugin.
Call mvn flyway:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
Maven goal to retrieve the complete information about the migrations including applied, pending and current migrations with details and status.
 
 
Maven goal that triggers the migration of the configured database to the latest version.
Repairs the Flyway schema history table.
Undoes the most recently applied versioned migration.
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.