remotes/1693045480750635534/spooky-22
Aevann1 2022-07-01 23:00:02 +00:00
parent f3b71f604e
commit 0f09ff00dd
1 changed files with 2 additions and 1 deletions

View File

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