Skip to content

Commit 0277b56

Browse files
committed
CCM-13304: Update query
1 parent 94ba7f7 commit 0277b56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lambdas/report-generator/src/queries/report.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ WITH vars AS (
3232
CASE
3333
-- Digital Priority Order
3434
WHEN te.status = 'Read' THEN 2
35-
WHEN te.status = 'Unread' THEN 1 -- Print Priority Order
35+
WHEN te.status = 'Unread' THEN 1
36+
-- Print Priority Order
3637
WHEN te.status = 'Returned' THEN 4
3738
WHEN te.status = 'Failed' THEN 3
3839
WHEN te.status = 'Dispatched' THEN 2

0 commit comments

Comments
 (0)