From 5c943fc885d7700d3aecbf8f7f0cd3e8a4be953c Mon Sep 17 00:00:00 2001 From: Guilherme Francisco Date: Wed, 26 Nov 2025 14:27:49 +0000 Subject: [PATCH] Add permissions for LaserParameters and LaserPoint --- grants/ispyb_expeye.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/grants/ispyb_expeye.sql b/grants/ispyb_expeye.sql index 65e59a2..6bc50a7 100644 --- a/grants/ispyb_expeye.sql +++ b/grants/ispyb_expeye.sql @@ -77,3 +77,6 @@ GRANT SELECT, INSERT, UPDATE ON Ligand TO ispyb_expeye_core_role; GRANT SELECT, INSERT, UPDATE, DELETE ON Ligand_has_PDB TO ispyb_expeye_core_role; GRANT SELECT, INSERT, UPDATE, DELETE ON BLSample_has_Ligand TO ispyb_expeye_core_role; GRANT SELECT, INSERT, UPDATE, DELETE ON Protein_has_PDB TO ispyb_expeye_core_role; + +GRANT SELECT, INSERT, UPDATE, DELETE ON LaserParameters TO ispyb_expeye_core_role; +GRANT SELECT, INSERT, UPDATE, DELETE ON LaserPoint TO ispyb_expeye_core_role;