QUERY PLAN
Limit (cost=35664.25..35664.25 rows=1 width=414)
-> Sort (cost=35664.25..35664.25 rows=1 width=414)
Sort Key: created_at DESC
-> Gather (cost=1000.00..35664.24 rows=1 width=414)
Workers Planned: 2
-> Parallel Seq Scan on tbl_object_change_logs (cost=0.00..34664.14 rows=1 width=414)
Filter: (((target_id IS NULL) OR (target_object_type = 1)) AND (object_id = 3751) AND (object_type = 1) AND (attribute = ANY ('{create,transfer,project_status,project_progress,salesForecast,created_by}'::text[])))