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

remotes/1693045480750635534/spooky-22
Aevann1 2022-09-10 13:08:01 +02:00
commit 59997acfe7
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
);