Interface: MigrationRunResult
Defined in: Data/Migration/MigrationTypes.ts:77
Summary of a run() or baseline() call.
Properties
applied
applied:
string[]
Defined in: Data/Migration/MigrationTypes.ts:79
checksumMismatches
checksumMismatches:
string[]
Defined in: Data/Migration/MigrationTypes.ts:86
Migrations already recorded as applied whose file no longer matches the recorded checksum. Never fatal on its own -- reported so a caller can log it -- but it means someone edited a shipped migration.
outcomes
outcomes:
MigrationOutcome[]
Defined in: Data/Migration/MigrationTypes.ts:80
target
target:
"main"|"user"
Defined in: Data/Migration/MigrationTypes.ts:78