Skip to main content
Version: Next

MigrationOptions

age-schema-client v0.5.0


age-schema-client / MigrationOptions

Interface: MigrationOptions

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

Migration options

Properties

PropertyTypeDescriptionDefined in
allowDataLoss?booleanWhether to allow data loss Default falsesrc/schema/migration-executor.ts:105
execute?booleanWhether to execute the migration Default falsesrc/schema/migration-executor.ts:111
createBackup?booleanWhether to create a backup before migration Default truesrc/schema/migration-executor.ts:117
logMigration?booleanWhether to log migration steps Default truesrc/schema/migration-executor.ts:123