changeset 697:77928a3497f1

schema: fix view distance_marks_geoserver
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 20 Sep 2018 16:13:35 +0200
parents d643ff60f607
children 3da0ab06d5a0
files schema/gemma.sql
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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,