fix(migration): drop GRANT anon line (Neon has no anon role)
Deploy to route.crispygoat.com / deploy (push) Successful in 4m7s

This commit is contained in:
Grok
2026-07-06 11:19:33 -06:00
parent 60783131ae
commit f8434685a8
-3
View File
@@ -14,6 +14,3 @@ ALTER TABLE brand_settings
COMMENT ON COLUMN brand_settings.hero_video_url IS 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.'; '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;