Skip to content

Commit ebeeb4d

Browse files
committed
Add select grant on Container, BLSample, BLSampleImage
1 parent ee75d19 commit ebeeb4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

grants/ispyb_scripts_processing.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ GRANT SELECT ON DataCollection TO ispyb_scripts_processing;
2020
GRANT SELECT ON Proposal TO ispyb_scripts_processing;
2121
GRANT SELECT ON ProcessingJob TO ispyb_scripts_processing;
2222
GRANT SELECT ON ProcessingJobImageSweep TO ispyb_scripts_processing;
23+
GRANT SELECT ON Container TO ispyb_scripts_processing;
24+
GRANT SELECT ON BLSample TO ispyb_scripts_processing;
25+
GRANT SELECT ON BLSampleImage TO ispyb_scripts_processing;

0 commit comments

Comments
 (0)