remotes/1693045480750635534/spooky-22
Aevann1 2021-07-22 10:49:04 +00:00
parent d36eefa4ab
commit 69e0ed650c
1 changed files with 2 additions and 1 deletions

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