Interface: MigrationPlanStep
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:375
A step within a phase of a migration plan. This is a unit of work that must be performed as part of the migration.
Properties
index
readonlyindex:number
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:379
integer index of the step within the phase
label
readonlylabel:string
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:384
a human-readable label for the step. This text may change on each Depot version and must not be relied upon for automated purposes.
step
readonlystep:SqlMigrationScriptStep
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:388
the concrete step to execute (e.g. a SQL step)