diff schema/gemma.sql @ 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 255f9a4e747f
children effd22c0ae5a
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