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>
}): LegacyMigrations
Parameters
Name | Description |
---|---|
|
|
Returns
Prev
createRecordTypeNext
devFreeze