LegacyMigrations
Table of contents
Extends LegacyBaseMigrationsInfo.
interface LegacyMigrations extends LegacyBaseMigrationsInfo {}
Properties
currentVersion: number
firstVersion: number
migrators: {
  [version: number]: LegacyMigration
}
subTypeKey?: string
subTypeMigrations?: Record<string, LegacyBaseMigrationsInfo>

