Skip to content

Commit 09871ab

Browse files
authored
change admin-only to color-single
1 parent 299b927 commit 09871ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocflib/printing/ocfprinting.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ CREATE VIEW jobs_color AS
9191
SELECT user, SUM(pages) AS pages
9292
FROM jobs
9393
WHERE DATE(jobs.time) >= semester_start(CURDATE())
94-
AND `queue` = 'admin-only'
94+
AND `queue` = 'color-single'
9595
GROUP BY user;
9696

9797
DROP VIEW IF EXISTS refunds_semester;

0 commit comments

Comments
 (0)