register

fun register(migration: ConfigMigration)

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.

See also