QUERY PLAN
Aggregate (cost=1.19..1.20 rows=1 width=8)
-> Sort (cost=1.17..1.18 rows=1 width=1262)
Sort Key: tbl_sales_goals.created_at DESC
-> Seq Scan on tbl_sales_goals (cost=0.00..1.16 rows=1 width=1262)
Filter: (goal_year = '2026'::smallint)