|
Class Summary |
| BaseMigration |
Base migration for migrations that use the standard Flyway version +
description embedding in their name. |
| DbMigrator |
Main workflow for migrating the database. |
| Flyway |
Central service locator. |
| MetaDataTable |
Supports reading and writing to the metadata table. |
| Migration |
A migration of a single version of the schema. |
| SchemaVersion |
A version of a database schema. |
| SqlScript |
Sql script containing a series of statements terminated by semi-columns (;). |
| SqlStatement |
A sql statement from a script that can be executed at once against a database. |