Multiple RLS Policies
I have a contacts table with two polices,
I would like this to do the checks and if one returns false then it won't load the data, Or do i have to combine these into one Policy ?
- one with an organisation_id check
- two with a user_role check
I would like this to do the checks and if one returns false then it won't load the data, Or do i have to combine these into one Policy ?
