MigrationStatus
What is going to happen to one migration, or what already has.
Wider than the reason enum on MigrationException on purpose. That one is keyed on in a log; this one is the answer to "what about this migration", and every value here is a different answer.
Entries
Not applied yet, and its version is below one that already has been - somebody merged a branch late. The run refuses unless MigratorConfig.outOfOrder says to allow it, in which case it simply runs.
A previous run died part-way through it, and the run refuses until somebody has looked.
Below the version this database was adopted at, so it is taken as already run.
Above MigratorConfig.target, so this run stops before it.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.