MigrationResult
age-schema-client / MigrationResult
Interface: MigrationResult
Defined in: src/schema/migration-executor.ts:70
Migration result
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
success | boolean | Whether the migration was successful | src/schema/migration-executor.ts:74 |
error? | string | Error message if migration failed | src/schema/migration-executor.ts:79 |
plan | MigrationPlan | Migration plan | src/schema/migration-executor.ts:84 |
executedSteps | number | Executed steps | src/schema/migration-executor.ts:89 |
totalSteps | number | Total steps | src/schema/migration-executor.ts:94 |