diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-02-22 08:16:26 +0100 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-02-28 17:44:38 +0100 |
commit | c2bcf2a333a66d401c6afe0589c117f0986a5bd2 (patch) | |
tree | 83ff67bcc644101de8f2af366b6d0cc39360cc92 /extra/sql/load-sql-files-tests-automation.sh | |
parent | f08a27fede1086e17632dde816e0ae6214cab286 (diff) |
Introduce new entities
Introduce new database entities to support the new Clamp model
Change-Id: I6c8d7fdaf8201c2bc7878f8a807c89002525857f
Issue-ID: CLAMP-299
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
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 |