Skip to content

Commit 7fe5ffc

Browse files
authored
Allow ispyb-processing to modify BLSamplePosition (#279)
1 parent a1e1f30 commit 7fe5ffc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grants/ispyb_processing.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ CREATE ROLE IF NOT EXISTS ispyb_processing;
99
-- Grants for ispyb_processing
1010
GRANT SELECT ON AdminVar TO 'ispyb_processing'; -- Hack TO allow ispyb_processing to connect through MaxScale
1111
GRANT SELECT,INSERT ON ImageQualityIndicators TO 'ispyb_processing'; -- Needed for bulk insertion of aggregated IQIs
12+
GRANT SELECT,INSERT,UPDATE ON BLSamplePosition TO 'ispyb_processing';
1213
GRANT SELECT,INSERT,UPDATE ON BLSampleImage TO 'ispyb_processing';
1314
GRANT SELECT,INSERT,UPDATE ON BLSampleImageAnalysis TO 'ispyb_processing';
1415
GRANT SELECT,INSERT,UPDATE ON BLSampleImage_has_AutoScoreClass TO 'ispyb_processing';

0 commit comments

Comments
 (0)