Skip to main content
Version: 0.3.0

SchemaMigrationOptions

age-schema-client v0.3.0


age-schema-client / SchemaMigrationOptions

Interface: SchemaMigrationOptions

Defined in: src/schema/migration.ts:59

Schema migration options

Properties

PropertyTypeDescriptionDefined in
allowBreakingChanges?booleanWhether to allow breaking changessrc/schema/migration.ts:63
autoIncrementVersion?booleanWhether to automatically increment the versionsrc/schema/migration.ts:68
preserveUnknown?booleanWhether to preserve unknown propertiessrc/schema/migration.ts:73