Reopen the last project with a focused draft chat

This commit is contained in:
Georg Bauer
2026-07-25 23:52:39 +02:00
parent 4408ed8b26
commit e44680541d
8 changed files with 71 additions and 13 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE preferences DROP COLUMN last_project_id;

View File

@@ -0,0 +1 @@
ALTER TABLE preferences ADD COLUMN last_project_id INTEGER;