Package-level declarations
Types
Link copied to clipboard
class MigrationInfo(val version: MigrationVersion?, val description: String, val script: String, val origin: String?, val checksum: Long?, val status: MigrationStatus, val applied: AppliedMigration?)
One migration, as the run sees it: what it is, where it came from, and what is going to happen to it.
Link copied to clipboard
What a run did.
Link copied to clipboard
Runs one migration, by whichever of the two paths it asked for.
Link copied to clipboard
What is going to happen to one migration, or what already has.
Link copied to clipboard
Puts what was found next to what has run, and decides what each migration's situation is.