diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-05-03 21:31:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-05-03 21:31:58 +0000 |
commit | a330af579866dacbe595e2e4ad1dd29cd3c96945 (patch) | |
tree | b9455591600034dfd4f33a9c1f733336280f2208 /ECOMP-SDK-APP/db-scripts/EcompSdkDDLMySql_1707_OS.sql | |
parent | 5444e748b8651d8346dcb78c5ab8b0637dea197b (diff) | |
parent | e0addf5b588a1244f9679becd90999dfcb4c3a94 (diff) |
Merge "Policy 1707 commit to LF"
Diffstat (limited to 'ECOMP-SDK-APP/db-scripts/EcompSdkDDLMySql_1707_OS.sql')
-rw-r--r-- | ECOMP-SDK-APP/db-scripts/EcompSdkDDLMySql_1707_OS.sql | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ECOMP-SDK-APP/db-scripts/EcompSdkDDLMySql_1707_OS.sql b/ECOMP-SDK-APP/db-scripts/EcompSdkDDLMySql_1707_OS.sql new file mode 100644 index 000000000..1b1ce0590 --- /dev/null +++ b/ECOMP-SDK-APP/db-scripts/EcompSdkDDLMySql_1707_OS.sql @@ -0,0 +1,12 @@ +-- --------------------------------------------------------------------------------------------------------------- +-- This script adds tables for the 1707 OPEN-SOURCE version of the ECOMP SDK application database. +-- The DDL 1707 COMMON script must be executed first! +-- --------------------------------------------------------------------------------------------------------------- + +SET FOREIGN_KEY_CHECKS=1; + +USE ecomp_sdk; + +-- No additional tables required at this time + +commit; |