Files
vibe-kanban/backend/migrations/20250710000000_add_setup_completion.sql

3 lines
194 B
MySQL
Raw Normal View History

-- Add setup completion tracking to task_attempts table
-- This enables automatic setup script execution for recreated worktrees
ALTER TABLE task_attempts ADD COLUMN setup_completed_at DATETIME;