| 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 | Description |
|---|---|---|
void |
Flyway.baseline() |
Baselines an existing database, excluding all migrations up to and including baselineVersion.
|
int |
Flyway.migrate() |
Starts the database migration.
|
void |
Flyway.repair() |
Repairs the Flyway schema history table.
|
int |
Flyway.undo() |
Undoes the most recently applied versioned migration.
|
void |
Flyway.validate() |
Validate applied migrations against resolved ones (on the filesystem or classpath)
to detect accidental changes that may prevent the schema(s) from being recreated exactly.
|
Copyright © 2018. All rights reserved.