updated DB scripts for common and OS.
[portal.git] / ecomp-portal-DB-os / PortalDDLMySql_2_1_OS.sql
diff --git a/ecomp-portal-DB-os/PortalDDLMySql_2_1_OS.sql b/ecomp-portal-DB-os/PortalDDLMySql_2_1_OS.sql
deleted file mode 100644 (file)
index 8099aad..0000000
+++ /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;