Skip to content

Commit bf829d7

Browse files
authored
Allow select on ExperimentType for Expeye
1 parent cf847b0 commit bf829d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

grants/ispyb_expeye.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ GRANT SELECT ON AutoProcIntegration TO ispyb_expeye_core_role;
7373

7474
GRANT SELECT ON ProcessingJob TO ispyb_expeye_core_role;
7575

76+
GRANT SELECT On ExperimentType TO ispyb_expeye_core_role;
77+
7678
GRANT SELECT, INSERT, UPDATE ON Ligand TO ispyb_expeye_core_role;
7779
GRANT SELECT, INSERT, UPDATE, DELETE ON Ligand_has_PDB TO ispyb_expeye_core_role;
7880
GRANT SELECT, INSERT, UPDATE, DELETE ON BLSample_has_Ligand TO ispyb_expeye_core_role;

0 commit comments

Comments
 (0)