Files
notebrook-notes/backend/migrations/3_checked.sql

4 lines
114 B
MySQL
Raw Normal View History

2025-09-13 07:45:19 +02:00
-- Add tri-state checked column to messages (NULL | 0 | 1)
ALTER TABLE messages ADD COLUMN checked INTEGER NULL;