X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ecomp-portal-DB-os%2FEcompPortalDDLMySql_1707_OS.sql;fp=ecomp-portal-DB-os%2FEcompPortalDDLMySql_1707_OS.sql;h=494b6c3e82d4e70bb279e5e51b2a48b8dee2b5d4;hb=6a62e917a5f9f6a69fe8e1f56c29abd9d98cba37;hp=0000000000000000000000000000000000000000;hpb=b54df0ddd0c6a0372327c5aa3668e5a6458fcd64;p=portal.git diff --git a/ecomp-portal-DB-os/EcompPortalDDLMySql_1707_OS.sql b/ecomp-portal-DB-os/EcompPortalDDLMySql_1707_OS.sql new file mode 100644 index 00000000..494b6c3e --- /dev/null +++ b/ecomp-portal-DB-os/EcompPortalDDLMySql_1707_OS.sql @@ -0,0 +1,12 @@ +-- --------------------------------------------------------------------------------------------------------------- +-- This script adds tables for the 1707 OPEN-SOURCE version of the ECOMP Portal database. +-- The DDL 1707 COMMON script must be executed first! +-- --------------------------------------------------------------------------------------------------------------- + +SET FOREIGN_KEY_CHECKS=1; + +USE portal; + +-- No additional tables required at this time + +commit;