changeset 48:6185e4780017

Fix syntax error.
author Tom Gottfried <tom@intevation.de>
date Mon, 07 May 2018 22:48:54 +0200
parents a03ff9076969
children 521e5add3748
files wamos.sql
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/wamos.sql	Mon May 07 22:46:39 2018 +0200
+++ b/wamos.sql	Mon May 07 22:48:54 2018 +0200
@@ -106,7 +106,7 @@
        depth_reference char(3) NOT NULL REFERENCES depth_references,
        -- XXX: Also an attribut of sounding result?
        date_info timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
-       source_organization varchar NOT NULL,
+       source_organization varchar NOT NULL
        -- additional_data xml -- Currently not relevant for WAMOS
        );
 CREATE TRIGGER bottleneck_date_info BEFORE UPDATE ON bottlenecks