remotes/1693045480750635534/spooky-22
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),
stickied_utc integer,
ghost boolean DEFAULT false NOT NULL,
sub character varying(20)
sub character varying(20),
new boolean
);