MigrationResult
Defined in: .work/repos/edinburgh/src/migrate.ts:32
Properties
Section titled “Properties”secondaries
Section titled “secondaries”secondaries:
Record<string,number>
Defined in: .work/repos/edinburgh/src/migrate.ts:34
Per-table counts of secondary index entries populated.
primaries
Section titled “primaries”primaries:
Record<string,number>
Defined in: .work/repos/edinburgh/src/migrate.ts:36
Per-table counts of old primary rows migrated.
conversionFailures
Section titled “conversionFailures”conversionFailures:
Record<string,Record<string,number>>
Defined in: .work/repos/edinburgh/src/migrate.ts:38
Per-table conversion failure counts by reason.
rewritten
Section titled “rewritten”rewritten:
Record<string,number>
Defined in: .work/repos/edinburgh/src/migrate.ts:40
Per-table counts of rows rewritten to latest version.
orphans
Section titled “orphans”orphans:
number
Defined in: .work/repos/edinburgh/src/migrate.ts:42
Number of orphaned index entries deleted.