Skip to content

Commit 0b1f955

Browse files
authored
Allow CRUD for AutoProcProgram
1 parent d92eaf0 commit 0b1f955

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grants/ispyb_expeye.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ GRANT SELECT, INSERT, UPDATE ON GridInfo TO ispyb_expeye_acquisition_role;
6969

7070
GRANT ispyb_expeye_acquisition_role TO ispyb_expeye_core_role;
7171

72-
GRANT SELECT ON AutoProcProgram TO ispyb_expeye_core_role;
72+
GRANT SELECT, INSERT, UPDATE ON AutoProcProgram TO ispyb_expeye_core_role;
7373
GRANT SELECT, INSERT, UPDATE ON AutoProcProgramAttachment TO ispyb_expeye_core_role;
7474
GRANT SELECT ON AutoProcIntegration TO ispyb_expeye_core_role;
7575

0 commit comments

Comments
 (0)