aboutsummaryrefslogtreecommitdiffstats
path: root/extra/sql/load-sql-files-tests-automation.sh
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-09-10 12:25:47 +0200
committersebdet <sebastien.determe@intl.att.com>2019-09-10 12:25:47 +0200
commitf0d7a9645a2b773df5d278d3858ce36a61f23645 (patch)
tree69052ec34191afd65f8f52d6e2fc1fe289d820d0 /extra/sql/load-sql-files-tests-automation.sh
parent0387f232b4a56e98092519ccc2e0ee7985f6701c (diff)
Remove dead code
Removal of deprecated v1 interface code, sql cleaned up as well, old model removed from database Issue-ID: CLAMP-487 Change-Id: I4a9f14de9ea1c1b76c522581d75cf4b011c2aa01 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'extra/sql/load-sql-files-tests-automation.sh')
-rwxr-xr-xextra/sql/load-sql-files-tests-automation.sh4
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 19cd516a..564b99f6 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