RLS delete check based on auth.users.meta_data?
Each of my users get a metadata on creation either role=default or role=admin as seen in screenshot. How could I create an UPDATE/DELETE policy for role=admin on top of current policies similar to auth.id() = user_id?. I would like anyone with metadata.role == admin be able to update/delete any rows that they didn't create
