From 10ed92dd077828e330091d72e21cb50a60690b0e Mon Sep 17 00:00:00 2001 From: "j.goderbauer" <j.goderbauer@adito.de> Date: Mon, 23 Mar 2020 12:19:57 +0100 Subject: [PATCH] liquibase: added 2020.1.0 folder to master changelog --- .liquibase/Data_alias/changelog.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/.liquibase/Data_alias/changelog.xml b/.liquibase/Data_alias/changelog.xml index f10636d5f68..73081af173b 100644 --- a/.liquibase/Data_alias/changelog.xml +++ b/.liquibase/Data_alias/changelog.xml @@ -10,6 +10,7 @@ <include relativeToChangelogFile="true" file="basic/2020.0.0/changelog.xml"/> <include relativeToChangelogFile="true" file="basic/2020.0.1/changelog.xml"/> <include relativeToChangelogFile="true" file="basic/2020.0.2/changelog.xml"/> + <include relativeToChangelogFile="true" file="basic/2020.1.0/changelog.xml"/> <!--enable this only when you definetly want to overwrite the existing data with demo records:--> <!--<include relativeToChangelogFile="true" file="basic/_demoData/changelog.xml" context="example"/>--> -- GitLab