B2B-88: add starter kit structure and elements
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
create policy delete_team_account
|
||||
on public.accounts
|
||||
for delete
|
||||
to authenticated
|
||||
using (
|
||||
auth.uid() = primary_owner_user_id
|
||||
);
|
||||
Reference in New Issue
Block a user