Skip to main content

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

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

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

readonly type: "renamed"

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