From f0d7a9645a2b773df5d278d3858ce36a61f23645 Mon Sep 17 00:00:00 2001 From: sebdet Date: Tue, 10 Sep 2019 12:25:47 +0200 Subject: 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 --- extra/sql/load-sql-files-tests-automation.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'extra/sql/load-sql-files-tests-automation.sh') 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 -- cgit 1.2.3-korg