diff pkg/controllers/gauges.go @ 2766:1f173d1a731d

Fixed broken SQL statement.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 21 Mar 2019 21:40:11 +0100
parents a06d11d1f0b3
children 2806821cfd63
line wrap: on
line diff
--- a/pkg/controllers/gauges.go	Thu Mar 21 18:55:52 2019 +0100
+++ b/pkg/controllers/gauges.go	Thu Mar 21 21:40:11 2019 +0100
@@ -58,7 +58,7 @@
 SELECT
   measure_date,
   water_level,
-  predicted,
+  predicted
 FROM waterway.gauge_measurements
 WHERE
 `