Fix projects

This commit is contained in:
Louis Knight-Webb
2025-06-17 17:35:18 -04:00
parent 6249bab31a
commit a351110f1b
2 changed files with 1 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ PRAGMA foreign_keys = ON;
-- 2. Tables
-------------------------------------------------------------------------------
CREATE TABLE projects (
id TEXT PRIMARY KEY, -- supply UUID in app
id TEXT PRIMARY KEY, -- UUID as string
name TEXT NOT NULL,
git_repo_path TEXT NOT NULL DEFAULT '' UNIQUE,
created_at TEXT NOT NULL DEFAULT CURRENT_TIMESTAMP,