# HG changeset patch # User Sascha L. Teichmann # Date 1547043544 -3600 # Node ID 4cf4d31eae0afc99fff81f6df7b904b66da41270 # Parent 73aab5f9a9345737f33f8850a2f60175cf421fdb Configured imports: Fixed SQL statement when updating configuration. diff -r 73aab5f9a934 -r 4cf4d31eae0a pkg/controllers/importconfig.go --- 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,