summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-DB-common
diff options
context:
space:
mode:
authorKishore Reddy, Gujja (kg811t) <kg811t@research.att.com>2018-03-26 14:25:08 -0400
committerKishore Reddy, Gujja (kg811t) <kg811t@research.att.com>2018-03-26 14:25:08 -0400
commit5a5c1ff3ba2d3ede96c3ca35e5f18e406642833d (patch)
tree7c19b58d81c32f5b7b4ec4e3f6be362ed96f447b /ecomp-portal-DB-common
parent8886b47bca90cb0e84478d24e5c9afb3a9054b63 (diff)
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) <kg811t@research.att.com>
Diffstat (limited to 'ecomp-portal-DB-common')
-rw-r--r--ecomp-portal-DB-common/PortalDDLMySql_2_1_Common.sql2
1 files changed, 1 insertions, 1 deletions
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;