changeset 2766:1f173d1a731d

Fixed broken SQL statement.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 21 Mar 2019 21:40:11 +0100
parents 41f5ac76d642
children 3063f1485ad6
files pkg/controllers/gauges.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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
 `