Merge branch 'frost' of https://github.com/Aevann1/Drama into frost

master
Aevann1 2022-06-25 04:00:52 +02:00
commit 8ae172f95c
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ CREATE TABLE public.submissions (
private boolean DEFAULT false NOT NULL,
views integer DEFAULT 0 NOT NULL,
is_bot boolean DEFAULT false NOT NULL,
bannedfor character varying(11),
bannedfor boolean,
comment_count integer DEFAULT 0 NOT NULL,
club boolean DEFAULT false NOT NULL,
stickied character varying(40),