Skip to content

Commit 817e5e0

Browse files
authored
feat(code): add linked branch db model (#1594)
## Problem there is no persistent store that says "this task belongs to this branch" this makes it very difficult to build a good UX around the end-of-task workflow <!-- Who is this for and what problem does it solve? --> <!-- Closes #ISSUE_ID --> ## Changes adds infra for a new `linkedBranch `field on the workspace model no behavior changes in this PR, just setting things up <!-- What did you change and why? --> <!-- If there are frontend changes, include screenshots. --> ## How did you test this? manually (upstack) <!-- Describe what you tested -- manual steps, automated tests, or both. --> <!-- If you're an agent, only list tests you actually ran. -->
1 parent 40963cd commit 817e5e0

10 files changed

Lines changed: 616 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE `workspaces` ADD `linked_branch` text;

0 commit comments

Comments
 (0)