commento/db/20190122235525-anonymous-moderation-default.sql

5 lines
169 B
MySQL
Raw Normal View History

-- Allow the owner to change whether anonymous comments are put into moderation by default.
ALTER TABLE domains
ADD COLUMN moderateAllAnonymous BOOLEAN DEFAULT true;