Skip to main content

Interface: MigrationPlanPhase

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

A phase within a migration plan. This is a collection of steps that must be performed together in order to perform a consistent migration of an aspect of the dataset.

Where the database supports it, a phase may be executed as an isolated transaction, but no guarantees are given on whether this is actually the case.

Properties

index

readonly index: number

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

integer index of the phase within the migration plan


steps

readonly steps: MigrationPlanStep[]

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