QUERY PLAN
Limit (cost=288.26..288.26 rows=1 width=41)
-> Sort (cost=288.26..288.26 rows=1 width=41)
Sort Key: id DESC
-> Seq Scan on tbl_project_change_logs (cost=0.00..288.25 rows=1 width=41)
Filter: ((end_at IS NULL) AND (project_id = 3805))