forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-09-10 10:00:04 +00:00
parent 4d7a53d6ea
commit ae3b3276c0
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ CREATE TABLE public.submissions (
new boolean,
hole_pinned character varying(30),
category_id integer,
notify boolean DEFAULT true NOT NULL
notify boolean NOT NULL
);