From 0e19adaad05934913f38131dcfac29a6c330d378 Mon Sep 17 00:00:00 2001 From: APTX Date: Mon, 9 Nov 2015 15:17:44 +0100 Subject: [PATCH] All serial fields should be NOT NULL. --- localmylist/share/schema/schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localmylist/share/schema/schema.sql b/localmylist/share/schema/schema.sql index d5a9134..7778218 100644 --- a/localmylist/share/schema/schema.sql +++ b/localmylist/share/schema/schema.sql @@ -251,7 +251,7 @@ CREATE TABLE path_map CREATE TABLE report ( - report_id serial, + report_id serial NOT NULL, name character varying(500), script text, CONSTRAINT report_pk PRIMARY KEY (report_id) -- 2.52.0