| Package | Description |
|---|---|
| com.googlecode.flyway.core |
The main Flyway package and for most users, the only one they'll ever need to know about.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Flyway.init()
Creates and initializes the Flyway metadata table.
|
int |
Flyway.migrate()
Starts the database migration.
|
void |
Flyway.repair()
Repairs the Flyway metadata table after a failed migration.
|
void |
Flyway.validate()
Validate applied migration with classpath migrations to detect accidental changes.
|
Copyright © 2013. All Rights Reserved.