statta | 6a62e91 | 2017-05-17 00:28:11 -0400 | [diff] [blame^] | 1 | -- --------------------------------------------------------------------------------------------------------------- |
| 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 | |
| 6 | SET FOREIGN_KEY_CHECKS=1; |
| 7 | |
| 8 | USE portal; |
| 9 | |
| 10 | -- No additional tables required at this time |
| 11 | |
| 12 | commit; |