Skip to content

Commit

Permalink
Fix annotation comment loading
Browse files Browse the repository at this point in the history
  • Loading branch information
sipec committed Jul 29, 2024
1 parent 0e3777a commit 47dc66a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/supabase/contract_comments.sql
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ end $function$;
-- Policies
alter table contract_comments enable row level security;

drop policy if exists "auth read" on contract_comments;
drop policy if exists "public read" on contract_comments;

create policy "auth read" on contract_comments to service_role for
create policy "public read" on contract_comments for
select
using (true);

Expand Down

0 comments on commit 47dc66a

Please sign in to comment.