diff options
author | 2019-03-04 10:45:10 +0000 | |
---|---|---|
committer | 2019-03-04 10:45:10 +0000 | |
commit | 87eaeb7dd8ac3dcbcc17a6a9632213648e35bb04 (patch) | |
tree | 88470aa751b7120175f908deaf54c114bea2d5f8 /extra/sql/load-sql-files-tests-automation.sh | |
parent | 9ffd05ea2d1d9a05f80350464e8ce6ed9b5ca169 (diff) | |
parent | c2bcf2a333a66d401c6afe0589c117f0986a5bd2 (diff) |
Merge "Introduce new entities"
Diffstat (limited to 'extra/sql/load-sql-files-tests-automation.sh')
-rwxr-xr-x | extra/sql/load-sql-files-tests-automation.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/sql/load-sql-files-tests-automation.sh b/extra/sql/load-sql-files-tests-automation.sh index f2f75f68c..19cd516ac 100755 --- a/extra/sql/load-sql-files-tests-automation.sh +++ b/extra/sql/load-sql-files-tests-automation.sh @@ -24,5 +24,8 @@ ### cd /docker-entrypoint-initdb.d/bulkload +### Keep previous DB for now (SOON DEPRECATED) mysql -uroot -p$MYSQL_ROOT_PASSWORD -f < clds-create-db-objects.sql mysql -uroot -p$MYSQL_ROOT_PASSWORD -f < clds-stored-procedures.sql +## New model creation +mysql -uroot -p$MYSQL_ROOT_PASSWORD -f cldsdb4 < create-tables.sql |