12 lines
486 B
SQL
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 |