From 0e1571aa50b192ec0d9881ce0a4fa8f6e683f47d Mon Sep 17 00:00:00 2001 From: Jerry Flood Date: Tue, 19 Mar 2019 07:19:56 -0400 Subject: Update changelogs for init containers Issue-ID: OPTFRA-459 Change-Id: Ia8bb43cf9d2b1063d836d6af7a1ff188d900cda4 Signed-off-by: Jerry Flood --- cmso-database/etc/config/liquibase.properties | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'cmso-database/etc') diff --git a/cmso-database/etc/config/liquibase.properties b/cmso-database/etc/config/liquibase.properties index 2454070..e755bf2 100644 --- a/cmso-database/etc/config/liquibase.properties +++ b/cmso-database/etc/config/liquibase.properties @@ -1,5 +1,5 @@ ### -# Copyright © 2017-2018 AT&T Intellectual Property. +# Copyright © 2017-2019 AT&T Intellectual Property. # Modifications Copyright © 2018 IBM. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -39,16 +39,5 @@ spring.datasource.tomcat.initialSize=5 spring.datasource.tomcat.max-active=25 spring.datasource.tomcat.test-on-borrow=true - -#changeLogFile=calendar-liquibase-changeLog.xml changeLogFile=cmso-liquibase-changeLog.xml - -#spring.main.web-environment=false -#outputChangeLogFile=src/main/resources/cmso-output-changelog.xml -#url=jdbc:mariadb://localhost:3306/calendar -#url=jdbc:mysql://localhost:3306/cmso -#username=root -#password=root -#driver=org.mariadb.jdbc.Driver -#driver=com.mysql.jdbc.Driver -- cgit 1.2.3-korg