From 69e0ed650c70a23f2944d8960a90912836db902f Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 22 Jul 2021 10:49:04 +0000 Subject: [PATCH] schema --- schema.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 );