From 692cab23794b5d92ce8349cb8c67646feeb2130d Mon Sep 17 00:00:00 2001
From: "p.neub" <p.neub@adito.de>
Date: Thu, 27 May 2021 19:37:36 +0200
Subject: [PATCH] fix malformed .liquibase/basic/2021.1.0/changelog.xml

---
 .liquibase/Data_alias/basic/2021.1.0/changelog.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.liquibase/Data_alias/basic/2021.1.0/changelog.xml b/.liquibase/Data_alias/basic/2021.1.0/changelog.xml
index 6d3bb24829c..6819cd521a4 100644
--- a/.liquibase/Data_alias/basic/2021.1.0/changelog.xml
+++ b/.liquibase/Data_alias/basic/2021.1.0/changelog.xml
@@ -3,4 +3,4 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
     <include relativeToChangelogFile="true" file="alterPlanningMonthData.xml"/>
     <include relativeToChangelogFile="true" file="create_standardWorkflow.xml"/>
-</databaseChangeLog></databaseChangeLog>
\ No newline at end of file
+</databaseChangeLog>
\ No newline at end of file
-- 
GitLab