Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion grants/ispyb_expeye.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down