SchemaMigrationOptions
age-schema-client / SchemaMigrationOptions
Interface: SchemaMigrationOptions
Defined in: src/schema/migration.ts:59
Schema migration options
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
allowBreakingChanges? | boolean | Whether to allow breaking changes | src/schema/migration.ts:63 |
autoIncrementVersion? | boolean | Whether to automatically increment the version | src/schema/migration.ts:68 |
preserveUnknown? | boolean | Whether to preserve unknown properties | src/schema/migration.ts:73 |