✨ Challenges Modification
This commit is contained in:
@ -32,5 +32,5 @@ policy "Enable update access for users' own items" on "public"."challenges"
|
||||
as permissive for
|
||||
update
|
||||
to public
|
||||
using (author = auth.uid())
|
||||
using (author = auth.uid() and status = 'in-progress')
|
||||
with check (author = auth.uid())
|
Reference in New Issue
Block a user