diff pkg/scheduler/boot.go @ 1654:85386ad17d34

Scheduled imports: Don't track the user in the running scheduler. The user is stored in the database already.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 20 Dec 2018 18:39:19 +0100
parents f39957ea08aa
children f32e8a973b48
line wrap: on
line diff
--- a/pkg/scheduler/boot.go	Thu Dec 20 18:14:28 2018 +0100
+++ b/pkg/scheduler/boot.go	Thu Dec 20 18:39:19 2018 +0100
@@ -57,7 +57,6 @@
 				var id int64
 				if err = rows.Scan(
 					&id,
-					&ba.User,
 					&ba.Name,
 					&ba.Spec,
 				); err != nil {