diff options
| author | bndw <ben@bdw.to> | 2026-02-28 20:07:05 -0800 |
|---|---|---|
| committer | bndw <ben@bdw.to> | 2026-02-28 20:07:05 -0800 |
| commit | 9d192d16b7a4026b35ad2bcaff9edb9f2670de2b (patch) | |
| tree | 2603dd04c3567074e84be271c448ede02ee7097d /src/main/db/schema.ts | |
| parent | 283013c09d4855529e846951a1e090f0f16030a8 (diff) | |
feat: git branches
Diffstat (limited to 'src/main/db/schema.ts')
| -rw-r--r-- | src/main/db/schema.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/db/schema.ts b/src/main/db/schema.ts index c2093f9..39ee567 100644 --- a/src/main/db/schema.ts +++ b/src/main/db/schema.ts | |||
| @@ -17,6 +17,7 @@ export function initSchema(db: Database.Database) { | |||
| 17 | phase TEXT NOT NULL DEFAULT 'research', | 17 | phase TEXT NOT NULL DEFAULT 'research', |
| 18 | claude_session_id TEXT, | 18 | claude_session_id TEXT, |
| 19 | permission_mode TEXT NOT NULL DEFAULT 'acceptEdits', | 19 | permission_mode TEXT NOT NULL DEFAULT 'acceptEdits', |
| 20 | git_branch TEXT, | ||
| 20 | created_at INTEGER NOT NULL DEFAULT (unixepoch()), | 21 | created_at INTEGER NOT NULL DEFAULT (unixepoch()), |
| 21 | updated_at INTEGER NOT NULL DEFAULT (unixepoch()) | 22 | updated_at INTEGER NOT NULL DEFAULT (unixepoch()) |
| 22 | ); | 23 | ); |
