register
Registers a migration step with this runner.
Migrations are automatically sorted by ConfigMigration.fromVersion after each registration to ensure correct chaining order.
Since
1.0
Parameters
migration
The migration to register.
Registers a migration step with this runner.
Migrations are automatically sorted by ConfigMigration.fromVersion after each registration to ensure correct chaining order.
1.0
The migration to register.