From dc31c7c17c06dbcad8df02b5eda1c3798b5c99d3 Mon Sep 17 00:00:00 2001 From: Daniel Tran <d.tran@adito.de> Date: Thu, 19 Mar 2020 14:09:26 +0100 Subject: [PATCH] #1043987: Disabled line in changelog.xml for example data. --- .liquibase/Data_alias/changelog.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.liquibase/Data_alias/changelog.xml b/.liquibase/Data_alias/changelog.xml index 98b7856c424..cc63bd025f4 100644 --- a/.liquibase/Data_alias/changelog.xml +++ b/.liquibase/Data_alias/changelog.xml @@ -10,5 +10,5 @@ <include relativeToChangelogFile="true" file="basic/2020.0.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"/> + <!--<include relativeToChangelogFile="true" file="basic/_demoData/changelog.xml" context="example"/>--> </databaseChangeLog> \ No newline at end of file -- GitLab