From f8434685a88c6c6c97a99ab9e76a4e77bec3c1ea Mon Sep 17 00:00:00 2001 From: Grok Date: Mon, 6 Jul 2026 11:19:33 -0600 Subject: [PATCH] fix(migration): drop GRANT anon line (Neon has no anon role) --- db/migrations/0099_brand_hero_video.sql | 3 --- 1 file changed, 3 deletions(-) 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;