# HG changeset patch # User Sascha L. Teichmann # Date 1547066958 -3600 # Node ID 8bbdad3f9af762995089f2c41a4da7521680b76d # Parent 44398a8bdf94a45c2f373939a08ae769ff980dce Fixed SQL for booting scheduled imports. diff -r 44398a8bdf94 -r 8bbdad3f9af7 pkg/scheduler/boot.go --- 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`