Reopen the last project with a focused draft chat
This commit is contained in:
1
migrations/20260725160000_add_last_project/down.sql
Normal file
1
migrations/20260725160000_add_last_project/down.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE preferences DROP COLUMN last_project_id;
|
||||
1
migrations/20260725160000_add_last_project/up.sql
Normal file
1
migrations/20260725160000_add_last_project/up.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE preferences ADD COLUMN last_project_id INTEGER;
|
||||
Reference in New Issue
Block a user