Skip to content

Commit 2a2fc73

Browse files
migrations: remove .backup development artifacts before 2.0.0 tag
11 .backup files in src/migrations/ were mid-refactor snapshots left behind during v2 schema development. They duplicate active migrations and have no runtime purpose (Laravel's migration loader only picks up `.php` files, so they were inert). Clean them up so the tagged release ships only the 24 canonical create-table migrations. Closes #292.
1 parent 0050c2e commit 2a2fc73

11 files changed

Lines changed: 0 additions & 530 deletions

src/migrations/2026_04_05_000100_create_workflow_instances_table.php.backup

Lines changed: 0 additions & 34 deletions
This file was deleted.

src/migrations/2026_04_05_000101_create_workflow_runs_table.php.backup

Lines changed: 0 additions & 53 deletions
This file was deleted.

src/migrations/2026_04_05_000102_create_workflow_history_events_table.php.backup

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/migrations/2026_04_05_000103_create_workflow_tasks_table.php.backup

Lines changed: 0 additions & 51 deletions
This file was deleted.

src/migrations/2026_04_05_000104_create_activity_executions_table.php.backup

Lines changed: 0 additions & 49 deletions
This file was deleted.

src/migrations/2026_04_05_000105_create_workflow_failures_table.php.backup

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/migrations/2026_04_05_000106_create_workflow_run_summaries_table.php.backup

Lines changed: 0 additions & 63 deletions
This file was deleted.

src/migrations/2026_04_05_000108_create_workflow_commands_table.php.backup

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)