Skip to main content
Version: 0.3.0

MigrationPlan

age-schema-client v0.3.0


age-schema-client / MigrationPlan

Interface: MigrationPlan

Defined in: src/schema/migration-executor.ts:45

Migration plan

Properties

PropertyTypeDescriptionDefined in
sourceVersionstringSource schema versionsrc/schema/migration-executor.ts:49
targetVersionstringTarget schema versionsrc/schema/migration-executor.ts:54
stepsMigrationStep[]Migration stepssrc/schema/migration-executor.ts:59
canCauseDataLossbooleanWhether the migration can cause data losssrc/schema/migration-executor.ts:64