Table of contents
interface LegacyBaseMigrationsInfo {}

Properties

currentVersion

currentVersion: number

firstVersion

firstVersion: number

migrators

migrators: {
  [version: number]: LegacyMigration
}

HistoryEntryLegacyMigration