Code
class Code(val version: MigrationVersion?, val description: String, val script: String, val origin: String, val migrationClass: Class<*>) : DiscoveredMigration
A migration read off an OctaviusMigration class, which the scan has not constructed.
Constructors
Properties
Link copied to clipboard
The words after __, as they will be recorded.
Link copied to clipboard
How a migration is named in a message: V2 add indexes, or R rebuild views for a repeatable one.
Link copied to clipboard
The class, loaded by the scan but not initialised, and constructed when this migration's turn comes.
Link copied to clipboard
The version, or null where the name marked this repeatable.