3 lines
86 B
MySQL
Raw Permalink Normal View History

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