Interface: SchemaMetadataNameUnchanged
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:253
A record informing that a given schema has not been renamed as part of the current migration. Its name in the old version of the dataset and in the desired version are identical, whether on the Depot (logical) domain or within the database.
Properties
type
readonlytype:"unchanged"
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:254
value
readonlyvalue:SchemaNamePair
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:258
The translation pair from the Depot logical name to the database name.