Skip to content

Commit 9f5be7c

Browse files
committed
Inlcude all + fix order of grant files in build.sh
1 parent 7fe5ffc commit 9f5be7c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

build.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,18 @@ function exec_schema {
2626

2727
function 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

3943
function exec_missed_updates {

0 commit comments

Comments
 (0)