- All Superinterfaces:
Scope
An executable migration between two
Commit
instances.
This is EXPERIMENTAL functionality and subject to change in future jOOQ versions.
- Author:
- Lukas Eder
-
Method Summary
-
Method Details
-
from
Commit from()The version that is being migrated from. -
to
Commit to()The version that is being migrated to. -
queries
Queries queries()The queries that are executed by the migration. -
validate
Validate a migration.- Throws:
DataMigrationValidationException
- When something went wrong during the validation of the migration.
-
execute
Apply the migration.- Throws:
DataMigrationException
- When something went wrong during the application of the migration.
-