Skip to content

Allow ispyb_web to remove ligand references #291

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions grants/ispyb_web.sql
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ GRANT INSERT, UPDATE, DELETE ON Project_has_User TO 'ispyb_web';
GRANT INSERT, UPDATE, DELETE ON Project_has_XFEFSpectrum TO 'ispyb_web';

GRANT INSERT, UPDATE ON Ligand TO 'ispyb_web';
GRANT INSERT, UPDATE ON Ligand_has_PDB TO 'ispyb_web';
GRANT INSERT, UPDATE ON BLSample_has_Ligand TO 'ispyb_web';
GRANT INSERT, UPDATE, DELETE ON Ligand_has_PDB TO 'ispyb_web';
GRANT INSERT, UPDATE, DELETE ON BLSample_has_Ligand TO 'ispyb_web';

GRANT INSERT, UPDATE, DELETE ON UserGroup_has_Permission TO 'ispyb_web';
GRANT INSERT, UPDATE, DELETE ON Permission TO 'ispyb_web';
Expand Down