From: APTX Date: Mon, 9 Nov 2015 14:17:44 +0000 (+0100) Subject: All serial fields should be NOT NULL. X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=0e19adaad05934913f38131dcfac29a6c330d378;p=localmylist.git All serial fields should be NOT NULL. --- 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)