diff options
Diffstat (limited to 'extra/sql/load-sql-files-tests-automation.sh')
-rwxr-xr-x | extra/sql/load-sql-files-tests-automation.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/extra/sql/load-sql-files-tests-automation.sh b/extra/sql/load-sql-files-tests-automation.sh index 19cd516ac..564b99f65 100755 --- a/extra/sql/load-sql-files-tests-automation.sh +++ b/extra/sql/load-sql-files-tests-automation.sh @@ -24,8 +24,6 @@ ### 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 +mysql -uroot -p$MYSQL_ROOT_PASSWORD -f < create-db.sql ## New model creation mysql -uroot -p$MYSQL_ROOT_PASSWORD -f cldsdb4 < create-tables.sql |