From a3358874ec3da8bccc48be68bcb1a866455f857d Mon Sep 17 00:00:00 2001 From: "v.broens" <v.broens@VBROENS.aditosoftware.local> Date: Fri, 3 Dec 2021 17:25:48 +0100 Subject: [PATCH] changelog fix --- .liquibase/Data_alias/basic/changelog.xml | 35 ----------------------- 1 file changed, 35 deletions(-) delete mode 100644 .liquibase/Data_alias/basic/changelog.xml diff --git a/.liquibase/Data_alias/basic/changelog.xml b/.liquibase/Data_alias/basic/changelog.xml deleted file mode 100644 index 44a36199ef..0000000000 --- a/.liquibase/Data_alias/basic/changelog.xml +++ /dev/null @@ -1,35 +0,0 @@ -<?xml version="1.1" encoding="UTF-8" standalone="no"?> -<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd"> - <include relativeToChangelogFile="true" file="basic/init/init.xml"/> - <include relativeToChangelogFile="true" file="basic/2019.1.4/changelog.xml"/> - <include relativeToChangelogFile="true" file="basic/2019.2.1/changelog.xml"/> - <include relativeToChangelogFile="true" file="basic/2019.3.0/changelog.xml"/> - <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/2019.3.3/changelog.xml"/> - <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.0.3/changelog.xml"/> - <include relativeToChangelogFile="true" file="basic/2020.1.0/changelog.xml"/> - <include relativeToChangelogFile="true" file="basic/2020.1.1/changelog.xml"/> - <include relativeToChangelogFile="true" file="basic/2020.1.2/changelog.xml"/> - <include relativeToChangelogFile="true" file="basic/2020.1.3/changelog.xml"/> - <include relativeToChangelogFile="true" file="basic/2020.2.0/changelog.xml"/> - <include relativeToChangelogFile="true" file="basic/2020.2.1/changelog.xml"/> - <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/2021.1.1/changelog.xml"/> - <include relativeToChangelogFile="true" file="basic/2021.1.2/changelog.xml"/> - <include relativeToChangelogFile="true" file="basic/2021.1.3/changelog.xml"/> - <include relativeToChangelogFile="true" file="basic/2021.2.0/changelog.xml"/> - <include relativeToChangelogFile="true" file="basic/2021.2.2/changelog.xml"/> - - <include relativeToChangelogFile="true" file="basic/workflows/changelog.xml" context="workflow"/> - <include relativeToChangelogFile="true" file="basic/_demoData/changelog.xml" context="example"/> -</databaseChangeLog> \ No newline at end of file -- GitLab