aboutsummaryrefslogtreecommitdiffstats
path: root/dcae_dmaapbc_webapp/dbca-os/db-scripts/dbca-dml-mysql-1707-os.sql
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-05-25 14:00:16 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-05-25 14:27:54 -0400
commitfe6c70997442979fe03cd417d271aa52e638c5d7 (patch)
treeb3fa1a821a55a724c89614d9e4966c231b02a1df /dcae_dmaapbc_webapp/dbca-os/db-scripts/dbca-dml-mysql-1707-os.sql
parenta21264b2b4f3a78da6e92c27213ed9a58efda6a4 (diff)
[Portal-7] Add scripts to create db in docker
Change-Id: I327048c4dc3f0faea21fbda894cd22ed102346aa Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'dcae_dmaapbc_webapp/dbca-os/db-scripts/dbca-dml-mysql-1707-os.sql')
-rw-r--r--dcae_dmaapbc_webapp/dbca-os/db-scripts/dbca-dml-mysql-1707-os.sql4
1 files changed, 1 insertions, 3 deletions
diff --git a/dcae_dmaapbc_webapp/dbca-os/db-scripts/dbca-dml-mysql-1707-os.sql b/dcae_dmaapbc_webapp/dbca-os/db-scripts/dbca-dml-mysql-1707-os.sql
index 5dc0e98..cced85b 100644
--- a/dcae_dmaapbc_webapp/dbca-os/db-scripts/dbca-dml-mysql-1707-os.sql
+++ b/dcae_dmaapbc_webapp/dbca-os/db-scripts/dbca-dml-mysql-1707-os.sql
@@ -3,9 +3,7 @@
-- in the 1707 release with data for the open-source ONAP version.
--
-- This file is suitable for deployment to Application Hosting in 1704 and later:
--- 1. This file does NOT name the database; i.e., no statements like this:
--- "use foo;"
--- 2. This file uses "--" not NOT "/* */" comment notation; i.e., no statements from mysqldump like this:
+-- This file uses "--" not NOT "/* */" comment notation; i.e., no statements from mysqldump like this:
-- /*!40101 SET character_set_client = utf8 */;
--
-- Most of the data loaded here is default data for the EP-SDK application (but much reduced).