| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMigrationLoadingTask
Base class for tasks that rely on loading migrations from the classpath.
|
class |
CleanTask
Ant task that drops all (tables, views, procedures, triggers, ...) in the configured schemas.
|
class |
HistoryTask
Ant task that shows the history (all applied migrations) of the database.
|
class |
InfoTask
Ant task to retrieve the complete information about the migrations including applied, pending and current migrations with
details and status.
|
class |
InitTask
Ant task that initializes the metadata table in an existing schema.
|
class |
MigrateTask
Ant task that triggers the migration of the configured database to the latest version.
|
class |
RepairTask
Ant task that repairs the metadata table after a failed migration on a database without DDL transactions.
|
class |
StatusTask
Flyway status task.
|
class |
ValidateTask
Ant task to validate the applied migrations in the database against the available classpath migrations in order to
detect accidental migration changes.
|
Copyright © 2013. All rights reserved.