Add thesis status column for two-phase commit lifecycle tracking

This commit is contained in:
Pontoporeia
2026-06-11 12:09:24 +02:00
parent 11a6f6a9f2
commit f4a3e26901
5 changed files with 47 additions and 7 deletions

View File

@@ -97,6 +97,7 @@ CREATE TABLE IF NOT EXISTS theses (
defense_date DATETIME,
published_at DATETIME,
is_published BOOLEAN DEFAULT 0,
status TEXT NOT NULL DEFAULT 'active',
baiu_link TEXT,
created_at DATETIME DEFAULT CURRENT_TIMESTAMP,
updated_at DATETIME DEFAULT CURRENT_TIMESTAMP,