blob: 8099aaded9f2e5fe8189f9bc868b2748b2d6c2b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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;
|