Problem with the policies
Hi Supabase community, I have this error and I don't understand what I need to change:
Table public.cord_plans has a row level security policy 'Authenticated' that re-evaluates an auth.<function>() for each row. This produces suboptimal query performance at scale. Resolve the issue by replacing auth.<function>() with (select auth.<function>()). See docs for more info.
Table public.cord_plans has a row level security policy 'Authenticated' that re-evaluates an auth.<function>() for each row. This produces suboptimal query performance at scale. Resolve the issue by replacing auth.<function>() with (select auth.<function>()). See docs for more info.
