summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-os/db-scripts/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-sdk/epsdk-app-os/db-scripts/readme.txt')
-rw-r--r--ecomp-sdk/epsdk-app-os/db-scripts/readme.txt28
1 files changed, 8 insertions, 20 deletions
diff --git a/ecomp-sdk/epsdk-app-os/db-scripts/readme.txt b/ecomp-sdk/epsdk-app-os/db-scripts/readme.txt
index 5f1be1bc..093f77cc 100644
--- a/ecomp-sdk/epsdk-app-os/db-scripts/readme.txt
+++ b/ecomp-sdk/epsdk-app-os/db-scripts/readme.txt
@@ -7,30 +7,18 @@ This Readme file contains a description of open source scripts located in
Directions:
DDL
-For an Opensource instance run only script EcompSdkDDLMySql_1707_Common.sql;
+For ONAP instance run EcompSdkDDLMySql_1710_Common.sql add script EcompSdkDDLMySql_1710_OS.sql.
-EcompSdkDDLMySql_1707_Common.sql - common DDL entries
-EcompSdkDDLMySql_1707_OS.sql is only a placeholder at this time.
+EcompSdkDDLMySql_1710_Common.sql - this is the DDL entries that both Opensource and AT&T have in common
+EcompSdkDDLMySql_1710_OS.sql - this is the specific DDL entries that only OS needs
DML
+For an ONAP instance run script EcompSdkDMLMySql_1710_Common.sql and script EcompSdkDMLMySql_1710_OS.sql.
-For an Opensource instance run script EcompSdkDMLMySql_1707_Common.sql and script EcompSdkDMLMySql_1707_OS.sql;
-
-EcompSdkDMLMySql_1707_Common.sql - common DML entries
+EcompSdkDMLMySql_1707_Common.sql - common DML entries
EcompSdkDMLMySql_1707_OS.sql - DML entries for Opensource needs
-
-To Upgrade the OpenSource 1610.2 version to the 1707 version, run script EcompSdkMySql_Upgrade_1610.2_to_1707_OS.sql
-and to remove those changes run EcompSdkMySql_Rollback_1707_to_1610.2_OS.sql.
-
-EcompSdkMySql_Upgrade_1610.2_to_1707_OS.sql
-EcompSdkMySql_Rollback_1707_to_1610.2_OS.sql
+Our Existing Partner Apps can call the following scripts to upgrade from earlier version
-***************************************************************************************************************************************
-epsdk-app-os / db-scripts /
-***************************************************************************************************************************************
-EcompSdkDDLMySql_1707_OS.sql It is empty for now; just a logical placeholder
-EcompSdkDMLMySql_1707_OS.sql This script populates tables in the 1707 OPEN-SOURCE version of the ECOMP SDK application database.
- After The DML 1707 COMMON script is run.
-EcompSdkMySql_Upgrade_1610.2_to_1707_OS.sql This script upgrades the ECOMP SDK App database from version 1610.2 to 1707.
-EcompSdkMySql_Rollback_1707_to_1610.2_OS.sql This script rolls-back the upgrade for the ECOMP SDK App database
+EcompSdkMySql_Upgrade_1707_to_1710_Common.sql
+EcompSdkMySql_Rollback_1710_to_1707_Common.sql