remotes/1693045480750635534/spooky-22
Aevann1 2021-09-12 08:01:26 +00:00
parent abc146620e
commit 8c0a4ed89d
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
);