changeset 1742:8bbdad3f9af7

Fixed SQL for booting scheduled imports.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 09 Jan 2019 21:49:18 +0100
parents 44398a8bdf94
children 85d0f017fbee
files pkg/scheduler/boot.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/scheduler/boot.go	Wed Jan 09 18:26:52 2019 +0100
+++ b/pkg/scheduler/boot.go	Wed Jan 09 21:49:18 2019 +0100
@@ -26,7 +26,7 @@
 	bootRole = "sys_admin"
 
 	selectImportConfSQL = `
-SELECT id, username, kind, cron
+SELECT id, username, cron
 FROM waterway.import_configuration
 WHERE cron IS NOT NULL`