feat: implement check functionality
This commit is contained in:
3
backend/migrations/3_checked.sql
Normal file
3
backend/migrations/3_checked.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- Add tri-state checked column to messages (NULL | 0 | 1)
|
||||
ALTER TABLE messages ADD COLUMN checked INTEGER NULL;
|
||||
|
||||
Reference in New Issue
Block a user