Type Alias: RunResult
RunResult =
object
Defined in: migrations/apply.ts:12
Properties
applied
applied:
string[]
Defined in: migrations/apply.ts:13
detected
detected:
string[]
Defined in: migrations/apply.ts:20
Recognised as already applied by their own isApplied probe, and recorded
rather than run.
skipped
skipped:
string[]
Defined in: migrations/apply.ts:15
Selected but already in the ledger.