forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-12 10:02:09 +02:00
commit 0b0fc9037c
1 changed files with 2 additions and 1 deletions

View File

@ -809,7 +809,8 @@ CREATE TABLE public.submissions (
bannedfor boolean,
comment_count integer DEFAULT 0,
processing boolean DEFAULT false,
removed_by integer
removed_by integer,
club boolean
);