This commit is contained in:
Aevann1 2021-07-22 10:49:04 +00:00
parent 094ff2fe58
commit b246c9a42c

View file

@ -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
);