| Package | Description |
|---|---|
| org.flywaydb.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.baseline()
Baselines an existing database, excluding all migrations up to and including baselineVersion.
|
void |
Flyway.init()
Deprecated.
Use baseline() instead. Will be removed in Flyway 4.0.
|
int |
Flyway.migrate()
Starts the database migration.
|
void |
Flyway.repair()
Repairs the Flyway metadata table.
|
void |
Flyway.validate()
Validate applied migration with classpath migrations to detect accidental changes.
|
Copyright © 2015. All rights reserved.