Skip to content

Commit dc9e06c

Browse files
authored
Grants to the Ligand tables for the expeye role (#294)
1 parent ef4ef3f commit dc9e06c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

grants/ispyb_expeye.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,7 @@ GRANT SELECT, INSERT, UPDATE ON AutoProcProgramAttachment TO ispyb_expeye_core_r
7171
GRANT SELECT ON AutoProcIntegration TO ispyb_expeye_core_role;
7272

7373
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

Comments
 (0)