summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKotta, Shireesha (sk434m) <shireesha.kotta@att.com>2019-02-04 13:33:26 -0500
committerSunder Tattavarada <statta@research.att.com>2019-02-08 22:09:14 +0000
commit5764807810b41edbaa21d6f2fa9f1d44e798ba02 (patch)
tree49da1fde6af4631345326a12f762fad0b5a326d3
parenta0c16dba6a9bfc8cc698e6dc7dd89b77029d3d94 (diff)
updated version changes
Issue-ID: PORTAL-356 updated DDL/DML version changes Change-Id: Ic0f2ebe772caefce5c0bb659f72035bb05b0a4fe Signed-off-by: Kotta, Shireesha (sk434m) <shireesha.kotta@att.com>
-rw-r--r--deliveries/Dockerfile.mariadb8
1 files changed, 4 insertions, 4 deletions
diff --git a/deliveries/Dockerfile.mariadb b/deliveries/Dockerfile.mariadb
index 6d2d6f2e..7fd58c4b 100644
--- a/deliveries/Dockerfile.mariadb
+++ b/deliveries/Dockerfile.mariadb
@@ -16,7 +16,7 @@ COPY ${DB_SCRIPT_DIR}/PortalDMLMySql_2_1_OS.sql /docker-entrypoint-initdb.d/
# Do not copy the onboarding script here; it's mounted as a volume
# SDK App DDL and DML
-COPY ${DB_SCRIPT_DIR}/EcompSdkDDLMySql_2_2_Common.sql /docker-entrypoint-initdb.d/
-COPY ${DB_SCRIPT_DIR}/EcompSdkDDLMySql_2_2_OS.sql /docker-entrypoint-initdb.d/
-COPY ${DB_SCRIPT_DIR}/EcompSdkDMLMySql_2_2_Common.sql /docker-entrypoint-initdb.d/
-COPY ${DB_SCRIPT_DIR}/EcompSdkDMLMySql_2_2_OS.sql /docker-entrypoint-initdb.d/
+COPY ${DB_SCRIPT_DIR}/EcompSdkDDLMySql_2_5_Common.sql /docker-entrypoint-initdb.d/
+COPY ${DB_SCRIPT_DIR}/EcompSdkDDLMySql_2_5_OS.sql /docker-entrypoint-initdb.d/
+COPY ${DB_SCRIPT_DIR}/EcompSdkDMLMySql_2_5_Common.sql /docker-entrypoint-initdb.d/
+COPY ${DB_SCRIPT_DIR}/EcompSdkDMLMySql_2_5_OS.sql /docker-entrypoint-initdb.d/