diff --git a/db/migrations/0099_brand_hero_video.sql b/db/migrations/0099_brand_hero_video.sql index f291a9e..dd357e6 100644 --- a/db/migrations/0099_brand_hero_video.sql +++ b/db/migrations/0099_brand_hero_video.sql @@ -14,6 +14,3 @@ ALTER TABLE brand_settings COMMENT ON COLUMN brand_settings.hero_video_url IS 'Optional. Direct URL to a hero background video (mp4/webm). When null or 4xx/5xx, storefront falls back to hero_image_url as a still poster.'; - --- Make sure new column is visible to consumers that read brand_settings. -GRANT SELECT ON brand_settings TO anon, authenticated;