- Remove worktree of deleted tasks - Remove worktree of inactive tasks after 24h of inactivity - Create a new worktree on followup attempts of cold tasks
2 lines
153 B
SQL
2 lines
153 B
SQL
-- Add worktree_deleted flag to track when worktrees are cleaned up
|
|
ALTER TABLE task_attempts ADD COLUMN worktree_deleted BOOLEAN NOT NULL DEFAULT FALSE; |