chore(db): comment out GRANT statements for various tables
CI / build-and-test (push) Failing after -29m16s

* Commented out GRANT ALL ON TABLE statements for household, maintenance, family calendar, meal planning, professional CRM, stored files, project skills, and project guardrails.
This commit is contained in:
Hein
2026-05-07 14:52:45 +02:00
parent a993859c62
commit e38a0377d5
4 changed files with 6245 additions and 925 deletions
+20 -20
View File
@@ -6,35 +6,35 @@ GRANT ALL ON TABLE public.thought_links TO amcs;
GRANT ALL ON TABLE public.embeddings TO amcs;
-- Household Knowledge (011)
GRANT ALL ON TABLE public.household_items TO amcs;
GRANT ALL ON TABLE public.household_vendors TO amcs;
-- GRANT ALL ON TABLE public.household_items TO amcs;
-- GRANT ALL ON TABLE public.household_vendors TO amcs;
-- Home Maintenance (012)
GRANT ALL ON TABLE public.maintenance_tasks TO amcs;
GRANT ALL ON TABLE public.maintenance_logs TO amcs;
-- GRANT ALL ON TABLE public.maintenance_tasks TO amcs;
-- GRANT ALL ON TABLE public.maintenance_logs TO amcs;
-- Family Calendar (013)
GRANT ALL ON TABLE public.family_members TO amcs;
GRANT ALL ON TABLE public.activities TO amcs;
GRANT ALL ON TABLE public.important_dates TO amcs;
-- GRANT ALL ON TABLE public.family_members TO amcs;
-- GRANT ALL ON TABLE public.activities TO amcs;
-- GRANT ALL ON TABLE public.important_dates TO amcs;
-- Meal Planning (014)
GRANT ALL ON TABLE public.recipes TO amcs;
GRANT ALL ON TABLE public.meal_plans TO amcs;
GRANT ALL ON TABLE public.shopping_lists TO amcs;
-- -- Meal Planning (014)
-- GRANT ALL ON TABLE public.recipes TO amcs;
-- GRANT ALL ON TABLE public.meal_plans TO amcs;
-- GRANT ALL ON TABLE public.shopping_lists TO amcs;
-- Professional CRM (015)
GRANT ALL ON TABLE public.professional_contacts TO amcs;
GRANT ALL ON TABLE public.contact_interactions TO amcs;
GRANT ALL ON TABLE public.opportunities TO amcs;
-- -- Professional CRM (015)
-- GRANT ALL ON TABLE public.professional_contacts TO amcs;
-- GRANT ALL ON TABLE public.contact_interactions TO amcs;
-- GRANT ALL ON TABLE public.opportunities TO amcs;
GRANT ALL ON TABLE public.stored_files TO amcs;
GRANT ALL ON TABLE public.agent_guardrails TO amcs;
GRANT ALL ON TABLE public.agent_skills TO amcs;
-- GRANT ALL ON TABLE public.stored_files TO amcs;
-- GRANT ALL ON TABLE public.agent_guardrails TO amcs;
-- GRANT ALL ON TABLE public.agent_skills TO amcs;
GRANT ALL ON TABLE public.project_skills TO amcs;
-- GRANT ALL ON TABLE public.project_skills TO amcs;
GRANT ALL ON TABLE public.project_guardrails TO amcs;
-- GRANT ALL ON TABLE public.project_guardrails TO amcs;
-- Chat Histories (018)
GRANT ALL ON TABLE public.chat_histories TO amcs;