changeset 1733:4cf4d31eae0a

Configured imports: Fixed SQL statement when updating configuration.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 09 Jan 2019 15:19:04 +0100
parents 73aab5f9a934
children 549337e6facd
files pkg/controllers/importconfig.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/controllers/importconfig.go	Wed Jan 09 15:02:59 2019 +0100
+++ b/pkg/controllers/importconfig.go	Wed Jan 09 15:19:04 2019 +0100
@@ -73,7 +73,7 @@
 
 	updateImportConfigurationSQL = `
 UPDATE waterway.import_configuration SET
-  username = $2
+  username = $2,
   kind = $3,
   cron = $4,
   url = $5,