Skip to main content

Interface: SqlNormalStep

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

A SQL step executed during the main sequence of the migration. This step is expected to execute synchronously and produce visible effects immediately (or at least as the next COMMIT completes.

Extends

Properties

sql

readonly sql: string

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

The SQL statement to execute


target

readonly target: string

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

The Depot logical name of the schema being operated on

Inherited from

SqlMigrationStepBase.target


type

readonly type: "sql"

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