forked from rDrama/rDrama
1
0
Fork 0

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

master
Aevann1 2022-02-04 17:33:20 +02:00
commit 642db7605d
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)
);