audit_log

Filters: ?entityType=ventures&entityId=<uuid>

Failed query: 
    SELECT id, entity_type, entity_id, actor_person_id, action,
           prev_state, next_state, at
      FROM audit_log
     WHERE ($1::text IS NULL OR entity_type = $2)
       AND ($3::uuid IS NULL OR entity_id = $4::uuid)
     ORDER BY at DESC
     LIMIT $5
  
params: ,,,,200