Fix blog_posts migration - remove non-existent sequence grant
cgen-32392745fc664f0084092624f35c013d
This commit is contained in:
parent
030cb1f1af
commit
59926547fa
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue