We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d92eaf0 commit 0b1f955Copy full SHA for 0b1f955
1 file changed
grants/ispyb_expeye.sql
@@ -69,7 +69,7 @@ GRANT SELECT, INSERT, UPDATE ON GridInfo TO ispyb_expeye_acquisition_role;
69
70
GRANT ispyb_expeye_acquisition_role TO ispyb_expeye_core_role;
71
72
-GRANT SELECT ON AutoProcProgram TO ispyb_expeye_core_role;
+GRANT SELECT, INSERT, UPDATE ON AutoProcProgram TO ispyb_expeye_core_role;
73
GRANT SELECT, INSERT, UPDATE ON AutoProcProgramAttachment TO ispyb_expeye_core_role;
74
GRANT SELECT ON AutoProcIntegration TO ispyb_expeye_core_role;
75
0 commit comments