3 lines
86 B
MySQL
Raw Normal View History

ALTER TABLE missingMessages
ADD COLUMN foundOnRecheck BOOLEAN DEFAULT FALSE NOT NULL;