Framework
MigrationStatusReport
Migration status report for CLI.
| Property | Type | Description |
|---|
completed | string[] | Completed migrations |
failed | string[] | Failed migrations |
lockStatus | { acquiredAt: Date; holder: string; locked: boolean; stale: boolean; } | Lock status |
lockStatus.acquiredAt? | Date | - |
lockStatus.holder? | string | - |
lockStatus.locked | boolean | - |
lockStatus.stale? | boolean | - |
pending | string[] | Pending migrations |