LegacyBaseMigrationsInfo

See source code
Table of contents

Base interface for legacy migration information.

Contains the basic structure used by the legacy migration system, including version range information and the migration functions indexed by version number. This is maintained for backward compatibility with older migration definitions.

interface LegacyBaseMigrationsInfo {}

Properties

currentVersion

currentVersion: number

firstVersion

firstVersion: number

migrators

migrators: {
  [version: number]: LegacyMigration
}

Prev
HistoryEntry
Next
LegacyMigration