fix(migration): drop GRANT anon line (Neon has no anon role)
Deploy to route.crispygoat.com / deploy (push) Successful in 4m7s
Deploy to route.crispygoat.com / deploy (push) Successful in 4m7s
This commit is contained in:
@@ -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;
|
|
||||||
|
|||||||
Reference in New Issue
Block a user