Skip to content

Commit

Permalink
Add permissions on BFactorFit table
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlLevik committed Mar 6, 2024
1 parent 0747637 commit ae048ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grants/ispyb_processing.sql
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ GRANT SELECT,INSERT,UPDATE ON MotionCorrection 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';
GRANT SELECT,INSERT,UPDATE ON BFactorFit TO 'ispyb_processing';

GRANT SELECT,INSERT,UPDATE ON Tomogram TO 'ispyb_processing';
GRANT SELECT,INSERT,UPDATE ON TiltImageAlignment TO 'ispyb_processing';
Expand Down

0 comments on commit ae048ab

Please sign in to comment.