remotes/1693045480750635534/spooky-22
Aevann1 2022-02-04 15:00:02 +00:00
parent d21c16c071
commit de7100257a
1 changed files with 2 additions and 1 deletions

View File

@ -627,7 +627,8 @@ CREATE TABLE public.submissions (
realupvotes integer,
flair character varying(350),
stickied_utc integer,
ghost boolean
ghost boolean,
hole character varying(20)
);