Skip to content

Commit

Permalink
Add grants for new table RelativeIceThickness
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlLevik committed Sep 14, 2021
1 parent 8344ba0 commit e9cc81a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions grants/ispyb_processing.sql
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ GRANT SELECT,INSERT,UPDATE ON ParticlePicker TO 'ispyb_processing';
GRANT SELECT,INSERT,UPDATE ON ParticleClassification_has_CryoemInitialModel TO 'ispyb_processing';
GRANT SELECT,INSERT,UPDATE ON MotionCorrection TO 'ispyb_processing';
GRANT SELECT,INSERT,UPDATE ON MotionCorrectionDrift TO 'ispyb_processing';
GRANT SELECT,INSERT,UPDATE ON RelativeIceThickness TO 'ispyb_processing';
GRANT SELECT,INSERT,UPDATE ON CTF TO 'ispyb_processing';
GRANT SELECT,INSERT,UPDATE ON Movie TO 'ispyb_processing';

Expand Down
2 changes: 1 addition & 1 deletion grants/ispyb_ro_nopii.sql
Original file line number Diff line number Diff line change
Expand Up @@ -222,4 +222,4 @@ GRANT SELECT ON ParticleClassification TO ispyb_ro_nopii;
GRANT SELECT ON ParticlePicker TO ispyb_ro_nopii;
GRANT SELECT ON CryoemInitialModel TO ispyb_ro_nopii;
GRANT SELECT ON ParticleClassification_has_CryoemInitialModel TO ispyb_ro_nopii;

GRANT SELECT ON RelativeIceThickness TO ispyb_ro_nopii;

0 comments on commit e9cc81a

Please sign in to comment.