diff --git a/schema.sql b/schema.sql index 4b456ba96..b84617e98 100644 --- a/schema.sql +++ b/schema.sql @@ -623,7 +623,8 @@ CREATE TABLE public.comments ( app_id integer, creation_region character(2) DEFAULT NULL::bpchar, purged_utc integer DEFAULT 0, - sentto integer + sentto integer, + shadowbanned boolean );