Enumeration: MigrationPlanSummary
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:144
Enumeration Members
EMPTY_NO_DATASET_CHANGES
EMPTY_NO_DATASET_CHANGES:
"empty_no_dataset_changes"
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:149
No actionable differences were identified between the "old" and "new" versions of the dataset, despite a distinct version hash.
EMPTY_NO_STEPS_DETECTED
EMPTY_NO_STEPS_DETECTED:
"empty_no_steps_detected"
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:154
Although the dataset version has changed, no concrete steps were necessary to update the database state to the new version of the dataset definition.
MIGRATION_DISABLED
MIGRATION_DISABLED:
"migration_disabled"
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:159
Potentially necessary migration steps have been identified, but the migration plan is nonexecutable as the migrations are disabled by an Administrator setting.
MIGRATION_PLANNED
MIGRATION_PLANNED:
"migration_planned"
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:163
The migration plan is not empty, and contains phases and steps that can be executed.