From 5a5c1ff3ba2d3ede96c3ca35e5f18e406642833d Mon Sep 17 00:00:00 2001 From: "Kishore Reddy, Gujja (kg811t)" Date: Mon, 26 Mar 2018 14:25:08 -0400 Subject: Security fixes Issue-ID: PORTAL-136, PORTAL-155, PORTAL-210,PORTAL-217 Includes JUNITS and docker changes, music integration and security fixes Change-Id: Ib4ad7fbe28a3be9e159c4ab1f7818783c1ed5319 Signed-off-by: Kishore Reddy, Gujja (kg811t) --- ecomp-portal-DB-common/PortalDDLMySql_2_1_Common.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ecomp-portal-DB-common') diff --git a/ecomp-portal-DB-common/PortalDDLMySql_2_1_Common.sql b/ecomp-portal-DB-common/PortalDDLMySql_2_1_Common.sql index fd3828a4..5c9e9b58 100644 --- a/ecomp-portal-DB-common/PortalDDLMySql_2_1_Common.sql +++ b/ecomp-portal-DB-common/PortalDDLMySql_2_1_Common.sql @@ -11,7 +11,7 @@ -- ----------------------------------------------------------------------------------------------------------------- set foreign_key_checks=1; -create database portal; +create database portal_os; use portal; -- cgit 1.2.3-korg