Merge changes Ia1e5c405,Ie890b499,Ie8b58f17,I76c96d30,I7814f090, ...
[portal.git] / ecomp-portal-DB-os / PortalDDLMySql_2_6_OS.sql
1 -- ---------------------------------------------------------------------------------------------------------------
2 -- This script adds tables for the OPEN-SOURCE 2.1.0 version of the Portal database.
3 -- The COMMON DDL script must be executed first!
4 -- ---------------------------------------------------------------------------------------------------------------
5
6 SET FOREIGN_KEY_CHECKS=1; 
7
8 USE portal;
9
10 -- No additional tables required at this time
11
12 commit;