UI adaptation for supporting ONAP portal SDK
[validation.git] / ui / db-scripts / EcompSdkDDLMySql_2_4_OS.sql
1 -- ---------------------------------------------------------------------------------------------------------------
2 -- This script adds tables for the OPEN-SOURCE version 2.1.0 of the ECOMP SDK application database.
3 -- The DDL COMMON script must be executed first!
4 -- ---------------------------------------------------------------------------------------------------------------
5
6 SET FOREIGN_KEY_CHECKS=1;
7
8 USE akraino;
9
10 -- No additional tables required at this time
11
12 commit;