File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,18 @@ function exec_schema {
26
26
27
27
function exec_grants {
28
28
mariadb --defaults-file=.my.cnf -D $1 < grants/ispyb_acquisition.sql
29
+ mariadb --defaults-file=.my.cnf -D $1 < grants/ispyb_propagation.sql
30
+ mariadb --defaults-file=.my.cnf -D $1 < grants/ispyb_expeye.sql
31
+ mariadb --defaults-file=.my.cnf -D $1 < grants/ispyb_fragment_screening.sql
29
32
mariadb --defaults-file=.my.cnf -D $1 < grants/ispyb_import.sql
30
33
mariadb --defaults-file=.my.cnf -D $1 < grants/ispyb_processing.sql
31
34
mariadb --defaults-file=.my.cnf -D $1 < grants/ispyb_ro_nopii.sql
32
35
mariadb --defaults-file=.my.cnf -D $1 < grants/ispyb_scripts_processing.sql
36
+ mariadb --defaults-file=.my.cnf -D $1 < grants/ispyb_ssx_writer.sql
33
37
mariadb --defaults-file=.my.cnf -D $1 < grants/ispyb_touchscreen.sql
34
- mariadb --defaults-file=.my.cnf -D $1 < grants/ispyb_web.sql
35
38
mariadb --defaults-file=.my.cnf -D $1 < grants/ispyb_web_verify_tests.sql
36
- mariadb --defaults-file=.my.cnf -D $1 < grants/ispyb_ssx_writer.sql
39
+ mariadb --defaults-file=.my.cnf -D $1 < grants/ispyb_web.sql
40
+ mariadb --defaults-file=.my.cnf -D $1 < grants/maxscale.sql
37
41
}
38
42
39
43
function exec_missed_updates {
You can’t perform that action at this time.
0 commit comments