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 {
2626
2727function exec_grants {
2828 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
2932 mariadb --defaults-file=.my.cnf -D $1 < grants/ispyb_import.sql
3033 mariadb --defaults-file=.my.cnf -D $1 < grants/ispyb_processing.sql
3134 mariadb --defaults-file=.my.cnf -D $1 < grants/ispyb_ro_nopii.sql
3235 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
3337 mariadb --defaults-file=.my.cnf -D $1 < grants/ispyb_touchscreen.sql
34- mariadb --defaults-file=.my.cnf -D $1 < grants/ispyb_web.sql
3538 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
3741}
3842
3943function exec_missed_updates {
You can’t perform that action at this time.
0 commit comments