feat(jobs): migration 0005 + errs codes for jobs module

This commit is contained in:
2026-05-05 14:09:10 +08:00
parent b8d29d8ea7
commit 967f390b1e
4 changed files with 45 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
ALTER TABLE workspace_worktrees DROP COLUMN IF EXISTS prune_warning_at;
DROP TABLE IF EXISTS jobs;