Skip to content

Commit

Permalink
Allow DELETE on DewarRegistry_has_Proposal for web user
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlLevik committed Jul 30, 2020
1 parent 409919d commit c83c5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grants/ispyb_web.sql
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ GRANT SELECT ON `MotionCorrectionDrift` TO 'ispyb_web';

GRANT SELECT, INSERT ON Session_has_Person TO 'ispyb_web';

GRANT SELECT, INSERT, UPDATE ON DewarRegistry_has_Proposal TO 'ispyb_web';
GRANT SELECT, INSERT, UPDATE, DELETE ON DewarRegistry_has_Proposal TO 'ispyb_web';

0 comments on commit c83c5ab

Please sign in to comment.