Skip to main content
Version: 0.3.0

MigrationResult

age-schema-client v0.3.0


age-schema-client / MigrationResult

Interface: MigrationResult

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

Migration result

Properties

PropertyTypeDescriptionDefined in
successbooleanWhether the migration was successfulsrc/schema/migration-executor.ts:74
error?stringError message if migration failedsrc/schema/migration-executor.ts:79
planMigrationPlanMigration plansrc/schema/migration-executor.ts:84
executedStepsnumberExecuted stepssrc/schema/migration-executor.ts:89
totalStepsnumberTotal stepssrc/schema/migration-executor.ts:94