Framework
MigrationRunnerOptions
Interface: MigrationRunnerOptions
Options for the migration runner.
Properties
| Property | Type | Description |
|---|---|---|
getMigrations? | () => RegisteredMigration[] | Function to discover registered migrations |
getModelAccessor? | <T>(name: string) => MigrationModelAccessor<T> | Model accessor factory for migration context |
lockTimeoutMs? | number | Lock timeout in milliseconds |
