blob: 494b6c3e82d4e70bb279e5e51b2a48b8dee2b5d4 [file] [log] [blame]
statta6a62e912017-05-17 00:28:11 -04001-- ---------------------------------------------------------------------------------------------------------------
2-- This script adds tables for the 1707 OPEN-SOURCE version of the ECOMP Portal database.
3-- The DDL 1707 COMMON script must be executed first!
4-- ---------------------------------------------------------------------------------------------------------------
5
6SET FOREIGN_KEY_CHECKS=1;
7
8USE portal;
9
10-- No additional tables required at this time
11
12commit;