Interface: SchemaMetadataNameRenamed
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:266
A record informing that a given schema has been renamed as part of the current migration. Its name in the old version of the dataset and in the desired version are different; the change may be in the Depot (logical) domain or within the database, or both.
Properties
from
readonlyfrom:SchemaNamePair
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:271
The translation pair from the Depot logical name to the database name in the old version
to
readonlyto:SchemaNamePair
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:275
The translation pair from the Depot logical name to the database name in the new version
type
readonlytype:"renamed"
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:267