MigrationOptions
age-schema-client / MigrationOptions
Interface: MigrationOptions
Defined in: src/schema/migration-executor.ts:100
Migration options
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
allowDataLoss? | boolean | Whether to allow data loss Default false | src/schema/migration-executor.ts:105 |
execute? | boolean | Whether to execute the migration Default false | src/schema/migration-executor.ts:111 |
createBackup? | boolean | Whether to create a backup before migration Default true | src/schema/migration-executor.ts:117 |
logMigration? | boolean | Whether to log migration steps Default true | src/schema/migration-executor.ts:123 |