Skip to content

Commit 8d0bf49

Browse files
authored
Allow CRUD for AutoProcProgram (#312)
1 parent 29a4838 commit 8d0bf49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grants/ispyb_expeye.sql

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

7272
GRANT ispyb_expeye_acquisition_role TO ispyb_expeye_core_role;
7373

74-
GRANT SELECT ON AutoProcProgram TO ispyb_expeye_core_role;
74+
GRANT SELECT, INSERT, UPDATE ON AutoProcProgram TO ispyb_expeye_core_role;
7575
GRANT SELECT, INSERT, UPDATE ON AutoProcProgramAttachment TO ispyb_expeye_core_role;
7676
GRANT SELECT ON AutoProcIntegration TO ispyb_expeye_core_role;
7777

0 commit comments

Comments
 (0)