MigrationPlan
age-schema-client / MigrationPlan
Interface: MigrationPlan
Defined in: src/schema/migration-executor.ts:45
Migration plan
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
sourceVersion | string | Source schema version | src/schema/migration-executor.ts:49 |
targetVersion | string | Target schema version | src/schema/migration-executor.ts:54 |
steps | MigrationStep[] | Migration steps | src/schema/migration-executor.ts:59 |
canCauseDataLoss | boolean | Whether the migration can cause data loss | src/schema/migration-executor.ts:64 |