summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-os/db-scripts/EcompSdkDDLMySql_3_0_OS.sql
diff options
context:
space:
mode:
authorLorraine Welch <lb2391@att.com>2020-03-17 17:40:08 -0400
committerLorraine Welch <lb2391@att.com>2020-03-17 17:41:24 -0400
commit9fb9cf5641096a27a407c3cfba202ad020bafb44 (patch)
tree617a5939ef97d2639da87b6d1f8d0b88ff4024ca /ecomp-sdk/epsdk-app-os/db-scripts/EcompSdkDDLMySql_3_0_OS.sql
parentb760830e6c9e06cbf30dfb424829b78812158b64 (diff)
Fixed DB scripts for Frankfurt
Issue-ID: PORTAL-854 Signed-off-by: Lorraine Welch <lb2391@att.com> Change-Id: Ic7d37ecea2546f481f1fa00070746957c8e53091
Diffstat (limited to 'ecomp-sdk/epsdk-app-os/db-scripts/EcompSdkDDLMySql_3_0_OS.sql')
-rw-r--r--ecomp-sdk/epsdk-app-os/db-scripts/EcompSdkDDLMySql_3_0_OS.sql12
1 files changed, 0 insertions, 12 deletions
diff --git a/ecomp-sdk/epsdk-app-os/db-scripts/EcompSdkDDLMySql_3_0_OS.sql b/ecomp-sdk/epsdk-app-os/db-scripts/EcompSdkDDLMySql_3_0_OS.sql
deleted file mode 100644
index c0d1c721..00000000
--- a/ecomp-sdk/epsdk-app-os/db-scripts/EcompSdkDDLMySql_3_0_OS.sql
+++ /dev/null
@@ -1,12 +0,0 @@
--- ---------------------------------------------------------------------------------------------------------------
--- This script adds tables for the OPEN-SOURCE version 2.1.0 of the ECOMP SDK application database.
--- The DDL COMMON script must be executed first!
--- ---------------------------------------------------------------------------------------------------------------
-
-SET FOREIGN_KEY_CHECKS=1;
-
-USE ecomp_sdk;
-
--- No additional tables required at this time
-
-commit; \ No newline at end of file