X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ecomp-portal-DB-os%2FPortalDDLMySql_2_6_OS.sql;fp=ecomp-portal-DB-os%2FPortalDDLMySql_2_6_OS.sql;h=0000000000000000000000000000000000000000;hb=472a602b64e9ef71d36098c197a581c693458128;hp=8099aaded9f2e5fe8189f9bc868b2748b2d6c2b8;hpb=f241a11c8783c6a230a93d28101a62509af9e640;p=portal.git diff --git a/ecomp-portal-DB-os/PortalDDLMySql_2_6_OS.sql b/ecomp-portal-DB-os/PortalDDLMySql_2_6_OS.sql deleted file mode 100644 index 8099aade..00000000 --- a/ecomp-portal-DB-os/PortalDDLMySql_2_6_OS.sql +++ /dev/null @@ -1,12 +0,0 @@ --- --------------------------------------------------------------------------------------------------------------- --- 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;