From ae3b3276c0f049d52b0176d6c15843fb6a98b6f1 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 10 Sep 2022 10:00:04 +0000 Subject: [PATCH] sneed --- schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.sql b/schema.sql index 70a63ba00..a255f1860 100644 --- a/schema.sql +++ b/schema.sql @@ -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 );