schema: update schema to add chuddedfor

remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-11-04 21:00:01 -05:00
parent 76d29e4899
commit 08d19c7e5a
1 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,7 @@ CREATE TABLE public.submissions (
views integer DEFAULT 0 NOT NULL,
is_bot boolean DEFAULT false NOT NULL,
bannedfor character varying(40),
chuddedfor character varying(40),
comment_count integer DEFAULT 0 NOT NULL,
club boolean DEFAULT false NOT NULL,
stickied character varying(40),
@ -379,6 +380,7 @@ CREATE TABLE public.comments (
app_id integer,
sentto integer,
bannedfor character varying(40),
chuddedfor character varying(40),
stickied character varying(40),
body character varying(10000),
body_html character varying(40000),