Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
VictiniX888 committed Nov 2, 2023
1 parent 7e63d74 commit 4b915c1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ stable
as $$
select user_id
from user_profiles
where user_profiles.role = 4
where user_profiles.role = 3
$$;

create policy "Allow sponsors to access all rows"
Expand Down Expand Up @@ -41,4 +41,3 @@ create policy "Allow sponsors to access all rows"
using (auth.uid() in (
select get_sponsors()
))

0 comments on commit 4b915c1

Please sign in to comment.