Skip to main content

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

readonly index: number

Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:379

integer index of the step within the phase


label

readonly label: 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

readonly step: SqlMigrationScriptStep

Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:388

the concrete step to execute (e.g. a SQL step)