commento/db/20190122235525-anonymous-moderation-default.sql
2019-01-23 00:26:25 -05:00

5 lines
169 B
SQL

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