Type Alias: RunOptions
RunOptions =
object
Defined in: migrations/runner.ts:59
Properties
allowUnbaselined?
optionalallowUnbaselined?:boolean
Defined in: migrations/runner.ts:69
Run against a populated database whose ledger is empty, which the runner
otherwise refuses — see applyPending. The caller is asserting that these
migrations have genuinely never run against it.
args?
optionalargs?:MigrationArgs
Defined in: migrations/runner.ts:63
dryRun?
optionaldryRun?:boolean
Defined in: migrations/runner.ts:62
names?
optionalnames?:string[]
Defined in: migrations/runner.ts:61
Only these, in declaration order. Omitted, every pending migration runs.