QUERY PLAN
Limit (cost=17.26..17.27 rows=1 width=112)
-> Sort (cost=17.26..17.27 rows=1 width=112)
Sort Key: id DESC
-> Seq Scan on tbl_project_change_logs (cost=0.00..17.25 rows=1 width=112)
Filter: ((end_at IS NULL) AND (project_id = 1))