diff --git a/grants/ispyb_expeye.sql b/grants/ispyb_expeye.sql index 65e59a2..80e730a 100644 --- a/grants/ispyb_expeye.sql +++ b/grants/ispyb_expeye.sql @@ -73,6 +73,8 @@ GRANT SELECT ON AutoProcIntegration TO ispyb_expeye_core_role; GRANT SELECT ON ProcessingJob TO ispyb_expeye_core_role; +GRANT SELECT On ExperimentType TO ispyb_expeye_core_role; + GRANT SELECT, INSERT, UPDATE ON Ligand TO ispyb_expeye_core_role; GRANT SELECT, INSERT, UPDATE, DELETE ON Ligand_has_PDB TO ispyb_expeye_core_role; GRANT SELECT, INSERT, UPDATE, DELETE ON BLSample_has_Ligand TO ispyb_expeye_core_role;