id, auth_id, some unexciting data columns and a boolean column called active. I have a RLS policy on to only show rows that are active=true and belong to that user, but allow users to update the row to have active=false so they can "delete" the row.active is true to the select part. If I try and update it using something like;'new row violates row-level security policy for table "my_table"'