We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9e06c commit 6a92633Copy full SHA for 6a92633
grants/ispyb_expeye.sql
@@ -75,3 +75,4 @@ GRANT SELECT ON ProcessingJob TO ispyb_expeye_core_role;
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;
78
+GRANT SELECT, INSERT, UPDATE, DELETE ON Protein_has_PDB TO ispyb_expeye_core_role;
0 commit comments