The History of
Version
elements as installed by previous
Migrations
.
This is EXPERIMENTAL functionality and subject to change in future jOOQ versions.
- Author:
- Lukas Eder
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface org.jooq.Scope
configuration, creationTime, data, data, data, dialect, dsl, family, settings
-
Method Details
-
root
The rootVersion
.This corresponds to the
Configuration.commitProvider()
'sCommits.root()
if migrations have been initialised on the configured database.This is EXPERIMENTAL functionality and subject to change in future jOOQ versions.
- Throws:
DataMigrationVerificationException
- If no root version is available (e.g. because no migration has happened yet).
-
current
The currently installedVersion
.This is EXPERIMENTAL functionality and subject to change in future jOOQ versions.
- Throws:
DataMigrationVerificationException
- If no root version is available (e.g. because no migration has happened yet).
-
resolve
Resolve any previous failures in theHistory
.This is EXPERIMENTAL functionality and subject to change in future jOOQ versions.
-