Uses of Class
org.jooq.exception.DataMigrationVerificationException
-
Uses of DataMigrationVerificationException in org.jooq
Modifier and TypeMethodDescriptionvoid
Migration.baseline()
Create a baseline from the current schema using the pending changes, if they match.@NotNull Commit
Commits.current()
The current node.@NotNull HistoryVersion
History.current()
The currently installedVersion
.@NotNull Commit
Commits.latest()
The latest node.@NotNull Commits
Load directory content into this commits graph.@NotNull Commits
Commits.load
(MigrationsType migrations) Load XML content into this commits graph.void
Migration.logHistory()
Log the most recent versions from the migration history to the configured logger.void
Migration.logPending()
Log the pending migration to the configured logger.void
Migration.logUntracked()
Log the untracked database changes of the migration schemas.@NotNull HistoryVersion
History.root()
The rootVersion
.void
Migration.verify()
Verify the correctness of a migration.