From 978dbcf0a196acbafad72fe1e2478ec0e384f02f Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Wed, 23 Aug 2017 18:27:19 -0400 Subject: Deliver centralized role management feature Repair multiple defects also. Revise deployment to use docker-compose. Remove all zip archives. Issue: PORTAL-21, PORTAL-25, PORTAL-28, PORTAL-52, PORTAL-69, PORTAL-74, PORTAL-76, PORTAL-80, PORTAL-82 Change-Id: Ie72fec7d35ba78beb162bba6ed27b2caee340c61 Signed-off-by: Christopher Lott (cl778h) --- ecomp-portal-DB-os/EcompPortalDDLMySql_1710_OS.sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ecomp-portal-DB-os/EcompPortalDDLMySql_1710_OS.sql (limited to 'ecomp-portal-DB-os/EcompPortalDDLMySql_1710_OS.sql') diff --git a/ecomp-portal-DB-os/EcompPortalDDLMySql_1710_OS.sql b/ecomp-portal-DB-os/EcompPortalDDLMySql_1710_OS.sql new file mode 100644 index 00000000..caa022be --- /dev/null +++ b/ecomp-portal-DB-os/EcompPortalDDLMySql_1710_OS.sql @@ -0,0 +1,12 @@ +-- --------------------------------------------------------------------------------------------------------------- +-- This script adds tables for the 1710 OPEN-SOURCE version of the ECOMP Portal database. +-- The DDL 1710 COMMON script must be executed first! +-- --------------------------------------------------------------------------------------------------------------- + +SET FOREIGN_KEY_CHECKS=1; + +USE portal; + +-- No additional tables required at this time + +commit; -- cgit 1.2.3-korg