UI adaptation for supporting ONAP portal SDK
[validation.git] / ui / db-scripts / EcompSdkDDLMySql_2_4_OS.sql
diff --git a/ui/db-scripts/EcompSdkDDLMySql_2_4_OS.sql b/ui/db-scripts/EcompSdkDDLMySql_2_4_OS.sql
new file mode 100644 (file)
index 0000000..4a35dd6
--- /dev/null
@@ -0,0 +1,12 @@
+-- ---------------------------------------------------------------------------------------------------------------
+-- This script adds tables for the OPEN-SOURCE version 2.1.0 of the ECOMP SDK application database.
+-- The DDL COMMON script must be executed first!
+-- ---------------------------------------------------------------------------------------------------------------
+
+SET FOREIGN_KEY_CHECKS=1;
+
+USE akraino;
+
+-- No additional tables required at this time
+
+commit;