aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/db/schema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/db/schema.ts')
-rw-r--r--src/main/db/schema.ts1
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 );