summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-DB-os/README.md
diff options
context:
space:
mode:
authorstatta <statta@lt-cfu.research.att.com>2017-05-17 00:28:11 -0400
committerstatta <statta@research.att.com>2017-05-17 00:46:42 -0400
commit6a62e917a5f9f6a69fe8e1f56c29abd9d98cba37 (patch)
tree68c90add33235d471dc0eb3183560fc2243fac0b /ecomp-portal-DB-os/README.md
parentb54df0ddd0c6a0372327c5aa3668e5a6458fcd64 (diff)
[Docker Build] Updated Docker build
The changes have been performed in the build script to align with Rebased code Change-Id: Iacdc02fafbc361413ee56ca49c65ebae7b0dd861 Signed-off-by: statta <statta@research.att.com>
Diffstat (limited to 'ecomp-portal-DB-os/README.md')
-rw-r--r--ecomp-portal-DB-os/README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/ecomp-portal-DB-os/README.md b/ecomp-portal-DB-os/README.md
new file mode 100644
index 00000000..0075e9cf
--- /dev/null
+++ b/ecomp-portal-DB-os/README.md
@@ -0,0 +1,22 @@
+This directory holds the Opensource database scripts for the ONAP ECOMP Portal.
+
+Previously database scripts were in ecomp-portal-BE/ecomp-portal-resources/sql scripts/
+
+This Readme file contains a description of all the database scripts
+
+***************************************************************************************************************************************
+
+Directions:
+
+DDL
+
+For an Opensource instance run only script EcompPortalDDLMySql_1707_Common.sql.
+
+EcompPortalDDLMySql_1707_OS.sql is only a placeholder at this time.
+
+DML
+
+For an Opensource instance run script EcompPortalDMLMySql_1707_Common.sql and script EcompPortalDMLMySql_1707_OS.sql.
+
+EcompPortalDMLMySql_1707_OS.sql - this is the specific DML entries that only Opensource needs
+***************************************************************************************************************************************