From e3ba881156a002c14c7758d17409e14e94110ec5 Mon Sep 17 00:00:00 2001 From: Andre Loreth <a.loreth@adito.de> Date: Wed, 19 Jun 2019 14:20:10 +0200 Subject: [PATCH] fix liquibase script for case sensitive file systems --- .liquibase/Data_alias/basic/2019.1.4/changelog.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.liquibase/Data_alias/basic/2019.1.4/changelog.xml b/.liquibase/Data_alias/basic/2019.1.4/changelog.xml index bb135da808..bde28eca0c 100644 --- a/.liquibase/Data_alias/basic/2019.1.4/changelog.xml +++ b/.liquibase/Data_alias/basic/2019.1.4/changelog.xml @@ -197,6 +197,6 @@ <include relativeToChangelogFile="true" file="longerProductName_Code.xml"/> - <include relativeToChangelogFile="true" file="BulkMail/create_bulkMail.xml"/> + <include relativeToChangelogFile="true" file="BulkMail/create_bulkmail.xml"/> <include relativeToChangelogFile="true" file="BulkMail/create_bulkMailRecipient.xml"/> </databaseChangeLog> -- GitLab