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