From 7246eabfd23d6cadc9f658f666df62b93f30ed70 Mon Sep 17 00:00:00 2001 From: st782s Date: Tue, 20 Nov 2018 07:31:32 -0500 Subject: CADI Integration Issue-ID: PORTAL-474 System to system authorization using CADI Change-Id: I76487f8155a36fca8283669fe5e28ec7d5aec91d Signed-off-by: st782s --- .../epsdk-app-os/db-scripts/EcompSdkDDLMySql_2_5_OS.sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ecomp-sdk/epsdk-app-os/db-scripts/EcompSdkDDLMySql_2_5_OS.sql (limited to 'ecomp-sdk/epsdk-app-os/db-scripts/EcompSdkDDLMySql_2_5_OS.sql') diff --git a/ecomp-sdk/epsdk-app-os/db-scripts/EcompSdkDDLMySql_2_5_OS.sql b/ecomp-sdk/epsdk-app-os/db-scripts/EcompSdkDDLMySql_2_5_OS.sql new file mode 100644 index 00000000..c0d1c721 --- /dev/null +++ b/ecomp-sdk/epsdk-app-os/db-scripts/EcompSdkDDLMySql_2_5_OS.sql @@ -0,0 +1,12 @@ +-- --------------------------------------------------------------------------------------------------------------- +-- 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 -- cgit 1.2.3-korg