Skip to content

Commit f6b9ac5

Browse files
committed
Add grants for propagation role
1 parent ebeeb4d commit f6b9ac5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

grants/ispyb_propagation.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ GRANT SELECT ON ContainerReport TO ispyb_propagation;
2222
GRANT SELECT ON CourierTermsAccepted TO ispyb_propagation;
2323
GRANT SELECT ON DataCollectionComment TO ispyb_propagation;
2424
GRANT SELECT ON DewarRegistry_has_Proposal TO ispyb_propagation;
25-
GRANT SELECT ON LabContact TO ispyb_propagation;
25+
GRANT SELECT, DELETE ON LabContact TO ispyb_propagation;
26+
GRANT SELECT, DELETE ON Laboratory TO ispyb_propagation;
2627
GRANT SELECT ON Project TO ispyb_propagation;
2728
GRANT SELECT ON DataCollectionGroup TO ispyb_propagation;
2829
GRANT SELECT ON DataCollection TO ispyb_propagation;

0 commit comments

Comments
 (0)