Package org.flywaydb.maven


package org.flywaydb.maven
  • 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.
    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.