changeset 609:6dc1b586328e

Sounding results: C&P error ... too much brackets.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 10 Sep 2018 16:20:32 +0200
parents bc2b7da07d60
children f62ee9d5bff1
files schema/gemma.sql
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/schema/gemma.sql	Mon Sep 10 16:06:22 2018 +0200
+++ b/schema/gemma.sql	Mon Sep 10 16:20:32 2018 +0200
@@ -376,7 +376,7 @@
         surtyp varchar NOT NULL REFERENCES survey_types,
         coverage varchar REFERENCES coverage_types,
         depth_reference char(3) NOT NULL REFERENCES depth_references,
-        point_cloud geography(MULTIPOINTZ, 4326)),
+        point_cloud geography(MULTIPOINTZ, 4326),
         -- XXX: We may raster the data later.
         -- sounding_data raster NOT NULL,
         staging_done boolean NOT NULL DEFAULT false