Files
vibe-kanban/backend/migrations/20250701000000_add_branch_to_task_attempts.sql
Louis Knight-Webb c9fada8979 Improve branch, merge, rebase (#37)
* Always create task branch

* Create new ref

* Save new branch name in DB

* Refactor rebase backend

* Update merging functionality

* Clippy
2025-07-01 15:11:51 +01:00

3 lines
114 B
SQL

-- Add branch column to task_attempts table
ALTER TABLE task_attempts ADD COLUMN branch TEXT NOT NULL DEFAULT '';