create policy "lab_profiles_authenticated_select"
on public.lab_profiles
for select
to authenticated
using (true);
create policy "lab_events_authenticated_select"
on public.lab_events
for select
to authenticated
using (true);
create policy "lab_actions_authenticated_select"
on public.lab_actions
for select
to authenticated
using (true);
create policy "lab_insights_authenticated_select"
on public.lab_insights
for select
to authenticated
using (true);