We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee113e commit 86824ccCopy full SHA for 86824cc
grants/ispyb_expeye.sql
@@ -63,3 +63,7 @@ GRANT SELECT, INSERT, UPDATE ON RobotAction TO ispyb_expeye_acquisition_role;
63
GRANT SELECT, INSERT, UPDATE ON GridInfo TO ispyb_expeye_acquisition_role;
64
65
GRANT ispyb_expeye_acquisition_role TO ispyb_expeye_core_role;
66
+
67
+GRANT SELECT ON AutoProcProgram TO ispyb_expeye_core_role;
68
+GRANT SELECT, INSERT, UPDATE ON AutoProcProgramAttachment TO ispyb_expeye_core_role;
69
+GRANT SELECT ON ProcessingJob TO ispyb_expeye_core_role;
0 commit comments