From 5b8c956df3d7780a923cf88208b73deb4be06a50 Mon Sep 17 00:00:00 2001
From: Sebastian Listl <s.listl@adito.de>
Date: Wed, 19 May 2021 11:08:46 +0200
Subject: [PATCH] 1080981 Standard workflows changelog fix

---
 .liquibase/Data_alias/changelog.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.liquibase/Data_alias/changelog.xml b/.liquibase/Data_alias/changelog.xml
index a42f84d68b..c857106827 100644
--- a/.liquibase/Data_alias/changelog.xml
+++ b/.liquibase/Data_alias/changelog.xml
@@ -20,6 +20,10 @@
     <include relativeToChangelogFile="true" file="basic/2020.2.2/changelog.xml"/>
     <include relativeToChangelogFile="true" file="basic/2020.2.3/changelog.xml"/>
     <include relativeToChangelogFile="true" file="basic/2021.0.0/changelog.xml"/>
+    <include relativeToChangelogFile="true" file="basic/2021.0.1/changelog.xml"/>
+    <include relativeToChangelogFile="true" file="basic/2021.0.2/changelog.xml"/>
+    <include relativeToChangelogFile="true" file="basic/2021.0.3/changelog.xml"/>
+    <include relativeToChangelogFile="true" file="basic/2021.1.0/changelog.xml"/>
     
     <include relativeToChangelogFile="true" file="basic/workflows/changelog.xml" context="workflow"/>
     <!--enable this only when you definetly want to overwrite the existing data with demo records:-->
-- 
GitLab