mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
everywhere: improve anonymous comments logic
This commit is contained in:
4
db/20190122235525-anonymous-moderation-default.sql
Normal file
4
db/20190122235525-anonymous-moderation-default.sql
Normal file
@ -0,0 +1,4 @@
|
||||
-- Allow the owner to change whether anonymous comments are put into moderation by default.
|
||||
|
||||
ALTER TABLE domains
|
||||
ADD COLUMN moderateAllAnonymous BOOLEAN DEFAULT true;
|
Reference in New Issue
Block a user