File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,13 +114,13 @@ WHERE
114114 COALESCE(b .billing_account_id , proj .project_billing_account_id ) = 80000062
115115 AND (
116116 (base .challenge_status = ' COMPLETED'
117- AND lp .last_phase_end BETWEEN ' 2025-09-28T00:00:00Z ' :: timestamptz AND ' 2025-10-05T23:59:59.999Z ' ::timestamptz
117+ AND lp .last_phase_end BETWEEN $ 1 :: timestamptz AND $ 2 ::timestamptz
118118 )
119119 OR
120120 (base .challenge_status = ' ACTIVE' AND (
121- base .challenge_created_at BETWEEN ' 2025-09-28T00:00:00Z ' :: timestamptz AND ' 2025-10-05T23:59:59.999Z ' ::timestamptz
122- OR base .challenge_updated_at BETWEEN ' 2025-09-28T00:00:00Z ' :: timestamptz AND ' 2025-10-05T23:59:59.999Z ' ::timestamptz
123- OR base .planned_end_at BETWEEN ' 2025-09-28T00:00:00Z ' :: timestamptz AND ' 2025-10-05T23:59:59.999Z ' ::timestamptz
121+ base .challenge_created_at BETWEEN $ 1 :: timestamptz AND $ 2 ::timestamptz
122+ OR base .challenge_updated_at BETWEEN $ 1 :: timestamptz AND $ 2 ::timestamptz
123+ OR base .planned_end_at BETWEEN $ 1 :: timestamptz AND $ 2 ::timestamptz
124124 ))
125125 )
126126ORDER BY base .challenge_id DESC , reg .registrant_handle ;
You can’t perform that action at this time.
0 commit comments