Skip to content

Commit e28ef44

Browse files
committed
Add select grant for propagation role on BLSampleGroup
1 parent 0cb8da0 commit e28ef44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grants/ispyb_propagation.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ GRANT SELECT, UPDATE, INSERT, DELETE ON ContainerRegistry_has_Proposal TO ispyb_
1616
GRANT SELECT, UPDATE, INSERT, DELETE ON Person TO ispyb_propagation;
1717
GRANT SELECT, UPDATE, INSERT, DELETE ON UserGroup_has_Person TO ispyb_propagation;
1818
GRANT SELECT ON BF_fault TO ispyb_propagation;
19+
GRANT SELECT ON BLSampleGroup to ispyb_propagation;
1920
GRANT SELECT ON Container TO ispyb_propagation;
2021
GRANT SELECT ON ContainerQueue TO ispyb_propagation;
2122
GRANT SELECT ON ContainerReport TO ispyb_propagation;

0 commit comments

Comments
 (0)