From f805aff86bd4ac07c2587e26ec32d33dbb3eb607 Mon Sep 17 00:00:00 2001 From: Gros Frumos Date: Tue, 17 Mar 2026 15:29:19 +0200 Subject: [PATCH] =?UTF-8?q?kin:=20KIN-ARCH-010=20=D0=94=D0=B5=D0=B4=D1=83?= =?UTF-8?q?=D0=BF=D0=BB=D0=B8=D0=BA=D0=B0=D1=86=D0=B8=D1=8F=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=B4=D0=B0=D1=87=20=D0=B2=20task=5Fdecomposer=20=D0=BF=D1=80?= =?UTF-8?q?=D0=B8=20=D0=BF=D0=BE=D0=B2=D1=82=D0=BE=D1=80=D0=BD=D0=BE=D0=BC?= =?UTF-8?q?=20=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/db.py | 1 + 1 file changed, 1 insertion(+) 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 );