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

(cherry picked from commit ddff179afdc3ce837989964fbe6e480493d81bfc)
---
 .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 7243b91d0a9..05fa16c3daf 100644
--- a/.liquibase/Data_alias/changelog.xml
+++ b/.liquibase/Data_alias/changelog.xml
@@ -8,5 +8,6 @@
     <include relativeToChangelogFile="true" file="basic/2019.3.2/changelog.xml"/>
     <include relativeToChangelogFile="true" file="basic/2020.0.0/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