From 1e70cd0f06ac1e3476d6873648d89657f230c68b Mon Sep 17 00:00:00 2001 From: Guilherme Francisco Date: Mon, 28 Oct 2024 15:52:46 +0000 Subject: [PATCH] Add new Expeye grants (#246) --- grants/ispyb_expeye_samples_grants.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/grants/ispyb_expeye_samples_grants.sql b/grants/ispyb_expeye_samples_grants.sql index e2643262..2585f012 100644 --- a/grants/ispyb_expeye_samples_grants.sql +++ b/grants/ispyb_expeye_samples_grants.sql @@ -8,6 +8,8 @@ CREATE ROLE IF NOT EXISTS ispyb_expeye_samples_role; GRANT SELECT ON Proposal TO ispyb_expeye_samples_role; GRANT SELECT ON BLSession TO ispyb_expeye_samples_role; +GRANT SELECT ON DataCollectionGroup TO ispyb_expeye_samples_role; +GRANT SELECT ON DataCollection TO ispyb_expeye_samples_role; GRANT SELECT, INSERT, UPDATE, DELETE ON Shipping TO ispyb_expeye_samples_role; GRANT SELECT, INSERT, UPDATE, DELETE ON ShippingHasSession TO ispyb_expeye_samples_role; @@ -44,6 +46,7 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON Project_has_BLSample TO ispyb_expeye_sam GRANT SELECT ON Protein TO ispyb_expeye_samples_role; GRANT SELECT ON Crystal TO ispyb_expeye_samples_role; +GRANT SELECT, INSERT, UPDATE, DELETE ON XFEFluorescenceSpectrum TO ispyb_expeye_samples_role; GRANT SELECT, INSERT, UPDATE, DELETE ON DiffractionPlan TO ispyb_expeye_samples_role;