changeset 2863:e2d362589ce6

gemma.sql removing trailing comma
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 29 Mar 2019 11:27:01 +0100
parents d37c87f8d79d
children 96781e519952 cf295096234e
files schema/gemma.sql
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/schema/gemma.sql	Thu Mar 28 18:27:12 2019 +0100
+++ b/schema/gemma.sql	Fri Mar 29 11:27:01 2019 +0100
@@ -337,7 +337,7 @@
         --- TODO: Add a double range type for checking?
         date_info timestamp with time zone NOT NULL DEFAULT CURRENT_TIMESTAMP,
         source_organization varchar NOT NULL, -- "originator"
-        staging_done boolean NOT NULL DEFAULT false,
+        staging_done boolean NOT NULL DEFAULT false
     )
     -- Constraints are conditional for gauge_measurements, as they
     -- differ between predicted values and measured ones.  PG does not