defineMigrations
See source codeDeprecated:
use createShapePropsMigrationSequence instead. See the docs for how to migrate.
function defineMigrations(opts: {
currentVersion?: number
firstVersion?: number
migrators?: Record<number, LegacyMigration>
subTypeKey?: string
subTypeMigrations?: Record<string, LegacyBaseMigrationsInfo>
}): LegacyMigrationsParameters
| Name | Description |
|---|---|
| |
Returns
Prev
createRecordTypeNext
devFreeze