diff --git a/core/db.py b/core/db.py index 23413c4..feadd5d 100644 --- a/core/db.py +++ b/core/db.py @@ -33,6 +33,7 @@ CREATE TABLE IF NOT EXISTS projects ( obsidian_vault_path TEXT, worktrees_enabled INTEGER DEFAULT 0, auto_test_enabled INTEGER DEFAULT 0, + test_command TEXT DEFAULT 'make test', created_at DATETIME DEFAULT CURRENT_TIMESTAMP );