| Subclasses of AbstractMigrationLoadingTask in com.googlecode.flyway.ant |
class |
InfoTask
Ant task to retrieve the complete information about the migrations including applied, pending and current migrations with
details and status. |
class |
MigrateTask
Ant task that triggers the migration of the configured database to the latest version. |
class |
ValidateTask
Ant task to validate the applied migrations in the database against the available classpath migrations in order to
detect accidental migration changes. |