* Always create task branch * Create new ref * Save new branch name in DB * Refactor rebase backend * Update merging functionality * Clippy
3 lines
114 B
SQL
3 lines
114 B
SQL
-- Add branch column to task_attempts table
|
|
ALTER TABLE task_attempts ADD COLUMN branch TEXT NOT NULL DEFAULT '';
|