diff schema/gemma.sql @ 5417:2d294ad81241 marking-single-beam

Dont loose Z values in markings.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 07 Jul 2021 18:14:04 +0200
parents f5063fa7f666
children ad8e3fffb868
line wrap: on
line diff
--- a/schema/gemma.sql	Wed Jul 07 14:57:30 2021 +0200
+++ b/schema/gemma.sql	Wed Jul 07 18:14:04 2021 +0200
@@ -833,7 +833,7 @@
         sounding_result_id int NOT NULL REFERENCES sounding_results
           ON DELETE CASCADE,
         height numeric NOT NULL,
-        points geography(MULTIPOINT, 4326) NOT NULL,
+        points geometry(MULTIPOINTZ, 4326) NOT NULL,
         PRIMARY KEY (sounding_result_id, height)
     )