We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e1f30 commit 7fe5ffcCopy full SHA for 7fe5ffc
grants/ispyb_processing.sql
@@ -9,6 +9,7 @@ CREATE ROLE IF NOT EXISTS ispyb_processing;
9
-- Grants for ispyb_processing
10
GRANT SELECT ON AdminVar TO 'ispyb_processing'; -- Hack TO allow ispyb_processing to connect through MaxScale
11
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';
13
GRANT SELECT,INSERT,UPDATE ON BLSampleImage TO 'ispyb_processing';
14
GRANT SELECT,INSERT,UPDATE ON BLSampleImageAnalysis TO 'ispyb_processing';
15
GRANT SELECT,INSERT,UPDATE ON BLSampleImage_has_AutoScoreClass TO 'ispyb_processing';
0 commit comments