38980-vm/app-9w9pd00g5j41/supabase/migrations/00047_add_places_folder_policy.sql
2026-03-04 18:25:09 +00:00

12 lines
486 B
SQL

-- Ensure places folder can be used in site-assets bucket
-- No structural changes needed, just documenting the folder structure
-- Storage structure:
-- site-assets/
-- ├── places/ (for place images)
-- ├── site_logo-* (for site logo)
-- ├── header_background-* (for header background)
-- └── hero_image-* (for hero image)
-- Policies already allow authenticated users to upload/delete
-- This migration is for documentation purposes