diff schema/gemma.sql @ 697:77928a3497f1

schema: fix view distance_marks_geoserver
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 20 Sep 2018 16:13:35 +0200
parents f595b3455d75
children aeaa2adf5a8b
line wrap: on
line diff
--- a/schema/gemma.sql	Thu Sep 20 14:33:34 2018 +0200
+++ b/schema/gemma.sql	Thu Sep 20 16:13:35 2018 +0200
@@ -289,7 +289,7 @@
                distance_mark_function,
                position_code,
                (location_code).hectometre
-            FROM waterway.distance_marks;
+            FROM waterway.distance_marks
 
     CREATE TABLE sections_stretches (
         id varchar PRIMARY KEY,