From d9007d680d19734d5dc106479784c420236cca4b Mon Sep 17 00:00:00 2001 From: Ravindra Bakkamanthala Date: Wed, 31 May 2017 15:54:24 -0400 Subject: [Policy-17] Removed the sql scripts from sdk app Change-Id: I5b017aad569014c7f12eab35e1dbd1c215f90ebe Signed-off-by: Ravindra Bakkamanthala --- ECOMP-SDK-APP/db-scripts/EcompSdkDDLMySql_1707_OS.sql | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 ECOMP-SDK-APP/db-scripts/EcompSdkDDLMySql_1707_OS.sql (limited to 'ECOMP-SDK-APP/db-scripts/EcompSdkDDLMySql_1707_OS.sql') diff --git a/ECOMP-SDK-APP/db-scripts/EcompSdkDDLMySql_1707_OS.sql b/ECOMP-SDK-APP/db-scripts/EcompSdkDDLMySql_1707_OS.sql deleted file mode 100644 index 1b1ce0590..000000000 --- a/ECOMP-SDK-APP/db-scripts/EcompSdkDDLMySql_1707_OS.sql +++ /dev/null @@ -1,12 +0,0 @@ --- --------------------------------------------------------------------------------------------------------------- --- 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; -- cgit 1.2.3-korg