Updated DB Script Version to 3_3
[portal.git] / ecomp-portal-DB-os / PortalDDLMySql_3_3_OS.sql
diff --git a/ecomp-portal-DB-os/PortalDDLMySql_3_3_OS.sql b/ecomp-portal-DB-os/PortalDDLMySql_3_3_OS.sql
new file mode 100644 (file)
index 0000000..8099aad
--- /dev/null
@@ -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;