forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-02-27 23:00:02 +00:00
parent 48ae53263a
commit d36457b83b
1 changed files with 2 additions and 1 deletions

View File

@ -461,7 +461,8 @@ CREATE TABLE public.submissions (
flair character varying(350), flair character varying(350),
stickied_utc integer, stickied_utc integer,
ghost boolean DEFAULT false NOT NULL, ghost boolean DEFAULT false NOT NULL,
sub character varying(20) sub character varying(20),
new boolean
); );