We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4ef3f commit dc9e06cCopy full SHA for dc9e06c
grants/ispyb_expeye.sql
@@ -71,3 +71,7 @@ GRANT SELECT, INSERT, UPDATE ON AutoProcProgramAttachment TO ispyb_expeye_core_r
71
GRANT SELECT ON AutoProcIntegration TO ispyb_expeye_core_role;
72
73
GRANT SELECT ON ProcessingJob TO ispyb_expeye_core_role;
74
+
75
+GRANT SELECT, INSERT, UPDATE ON Ligand TO ispyb_expeye_core_role;
76
+GRANT SELECT, INSERT, UPDATE, DELETE ON Ligand_has_PDB TO ispyb_expeye_core_role;
77
+GRANT SELECT, INSERT, UPDATE, DELETE ON BLSample_has_Ligand TO ispyb_expeye_core_role;
0 commit comments