Fix blog_posts migration - remove non-existent sequence grant

cgen-32392745fc664f0084092624f35c013d
This commit is contained in:
Builder.io 2025-11-11 22:59:49 +00:00
parent 030cb1f1af
commit 59926547fa

View file

@ -49,4 +49,3 @@ CREATE POLICY "Only admins can delete blog posts" ON public.blog_posts
-- Add grant for service role (backend API access)
GRANT SELECT, INSERT, UPDATE, DELETE ON public.blog_posts TO service_role;
GRANT USAGE, SELECT ON SEQUENCE public.blog_posts_id_seq TO service_role;