LegacyBaseMigrationsInfo
See source codeTable of contents
interface LegacyBaseMigrationsInfo {}
Properties
currentVersion
currentVersion: number
firstVersion
firstVersion: number
migrators
migrators: {
[version: number]: LegacyMigration
}
Prev
HistoryEntryNext
LegacyMigration