fix: add chat_histories grant to rls_and_grants migration
This commit is contained in:
@@ -35,4 +35,8 @@ GRANT ALL ON TABLE public.agent_skills TO amcs;
|
||||
GRANT ALL ON TABLE public.project_skills TO amcs;
|
||||
|
||||
GRANT ALL ON TABLE public.project_guardrails TO amcs;
|
||||
|
||||
-- Chat Histories (018)
|
||||
GRANT ALL ON TABLE public.chat_histories TO amcs;
|
||||
|
||||
GRANT USAGE, SELECT ON ALL SEQUENCES IN SCHEMA public TO amcs;
|
||||
Reference in New Issue
Block a user