feat: add docker-compose configuration, new Ferrari image, and update SQL permissions
This commit is contained in:
@@ -60,6 +60,10 @@ on conflict (id) do update
|
||||
file_size_limit = excluded.file_size_limit,
|
||||
allowed_mime_types = excluded.allowed_mime_types;
|
||||
|
||||
grant select on storage.buckets to anon, authenticated;
|
||||
grant select on storage.objects to anon;
|
||||
grant select, insert, update, delete on storage.objects to authenticated;
|
||||
|
||||
drop policy if exists "vehicle_photos_public_read" on storage.objects;
|
||||
drop policy if exists "vehicle_photos_admin_insert" on storage.objects;
|
||||
drop policy if exists "vehicle_photos_admin_update" on storage.objects;
|
||||
|
||||
Reference in New Issue
Block a user