QUERY PLAN
Sort (cost=13.17..13.18 rows=1 width=95)
Sort Key: verify_at DESC
-> Seq Scan on tbl_punch_repairs (cost=0.00..13.16 rows=1 width=95)
Filter: ((status = ANY ('{2,5}'::integer[])) AND (created_by = 1000) AND (day_at = '2026-05-30'::date) AND (repair_type = 2))