From 8c0a4ed89d27836328e6f69a24b7bb554469a492 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 12 Sep 2021 08:01:26 +0000 Subject: [PATCH] schema --- schema.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schema.sql b/schema.sql index c33490cd4..1d3021eb1 100644 --- a/schema.sql +++ b/schema.sql @@ -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 );