From ddff179afdc3ce837989964fbe6e480493d81bfc Mon Sep 17 00:00:00 2001
From: "j.goderbauer" <j.goderbauer@adito.de>
Date: Thu, 5 Dec 2019 13:05:49 +0100
Subject: [PATCH] disabled the automatic insert of demodata via liquibase

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

diff --git a/.liquibase/Data_alias/changelog.xml b/.liquibase/Data_alias/changelog.xml
index 2468081414..51e889e9b6 100644
--- a/.liquibase/Data_alias/changelog.xml
+++ b/.liquibase/Data_alias/changelog.xml
@@ -7,5 +7,6 @@
     <include relativeToChangelogFile="true" file="basic/2019.3.1/changelog.xml"/>
     <include relativeToChangelogFile="true" file="basic/2019.3.2/changelog.xml"/>
     
-    <include relativeToChangelogFile="true" file="basic/_demoData/changelog.xml" context="example"/>
+    <!--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"/>-->
 </databaseChangeLog>
\ No newline at end of file
-- 
GitLab