# HG changeset patch # User Thomas Junk # Date 1553855221 -3600 # Node ID e2d362589ce6a5a437e61200ba9efad8d6596170 # Parent d37c87f8d79d161fd8713a5df32fe9ae13b345ed gemma.sql removing trailing comma diff -r d37c87f8d79d -r e2d362589ce6 schema/gemma.sql --- 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