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 cf847b0 commit 5c943fcCopy full SHA for 5c943fc
grants/ispyb_expeye.sql
@@ -77,3 +77,6 @@ GRANT SELECT, INSERT, UPDATE ON Ligand TO ispyb_expeye_core_role;
77
GRANT SELECT, INSERT, UPDATE, DELETE ON Ligand_has_PDB TO ispyb_expeye_core_role;
78
GRANT SELECT, INSERT, UPDATE, DELETE ON BLSample_has_Ligand TO ispyb_expeye_core_role;
79
GRANT SELECT, INSERT, UPDATE, DELETE ON Protein_has_PDB TO ispyb_expeye_core_role;
80
+
81
+GRANT SELECT, INSERT, UPDATE, DELETE ON LaserParameters TO ispyb_expeye_core_role;
82
+GRANT SELECT, INSERT, UPDATE, DELETE ON LaserPoint TO ispyb_expeye_core_role;
0 commit comments