changeset 1758:5b440fcae1a3

Import queue: Fixed SQL statement.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 10 Jan 2019 17:12:42 +0100
parents 0e2c35f95c85
children 0edebe44067d
files pkg/imports/queue.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/imports/queue.go	Thu Jan 10 17:01:19 2019 +0100
+++ b/pkg/imports/queue.go	Thu Jan 10 17:12:42 2019 +0100
@@ -154,7 +154,7 @@
   $3,
   $4,
   $5,
-  $6,
+  $6
 ) RETURNING id`
 
 	selectJobSQL = `