From 0b1f955d2a84b78be061f6ae57a108d57915dae1 Mon Sep 17 00:00:00 2001 From: Guilherme Francisco Date: Wed, 25 Feb 2026 11:11:30 +0000 Subject: [PATCH] Allow CRUD for AutoProcProgram --- grants/ispyb_expeye.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grants/ispyb_expeye.sql b/grants/ispyb_expeye.sql index e9ef800..39b7e21 100644 --- a/grants/ispyb_expeye.sql +++ b/grants/ispyb_expeye.sql @@ -69,7 +69,7 @@ GRANT SELECT, INSERT, UPDATE ON GridInfo TO ispyb_expeye_acquisition_role; GRANT ispyb_expeye_acquisition_role TO ispyb_expeye_core_role; -GRANT SELECT ON AutoProcProgram TO ispyb_expeye_core_role; +GRANT SELECT, INSERT, UPDATE ON AutoProcProgram TO ispyb_expeye_core_role; GRANT SELECT, INSERT, UPDATE ON AutoProcProgramAttachment TO ispyb_expeye_core_role; GRANT SELECT ON AutoProcIntegration TO ispyb_expeye_core_role;