Created
April 18, 2025 07:20
-
-
Save ronaldaug/a08509518241626c03cd2233c6d3332c to your computer and use it in GitHub Desktop.
Revisions
-
ronaldaug created this gist
Apr 18, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,23 @@ -- Read create policy "Allow authorized read access" on leaves for select to authenticated using (authorize('leaves.read')); -- Create create policy "Allow authorized create access" on leaves for insert to authenticated with check (authorize('leaves.create')); -- Update create policy "Allow authorized update access" on leaves for update to authenticated using (authorize('leaves.update')); -- Delete create policy "Allow authorized delete access" on leaves for delete to authenticated using (authorize('leaves.delete'));