Skip to content

Commit

Permalink
feat(optimization): google verify file
Browse files Browse the repository at this point in the history
  • Loading branch information
aihara-sama committed Dec 11, 2024
1 parent aa190cf commit cf29a96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions public/googleb1ea30b288e944cd.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
google-site-verification: googleb1ea30b288e944cd.html
4 changes: 2 additions & 2 deletions supabase/migrations/20241029162449_policies.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ON public.users
FOR SELECT
TO authenticated
USING (
auth.uid() = id
auth.uid() = public.users.id
OR auth.uid()::TEXT = public.users.creator_id
OR EXISTS (
SELECT 1
Expand Down Expand Up @@ -337,7 +337,7 @@ USING (
);


-- Submissions' policies
-- Grades' policies
ALTER TABLE public.grades ENABLE ROW LEVEL SECURITY;

CREATE POLICY "Allow course creators to insert grades for valid submissions"
Expand Down

0 comments on commit cf29a96

Please sign in to comment.