From 05a5a12e29b6c5d3eb3ad05450606cc969c6a9c9 Mon Sep 17 00:00:00 2001 From: "a.voegl" <a.voegl@adito.de> Date: Tue, 11 Aug 2020 08:54:27 +0200 Subject: [PATCH] Git Plugin merge --- .liquibase/Data_alias/basic/2020.1.2/changelog.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.liquibase/Data_alias/basic/2020.1.2/changelog.xml b/.liquibase/Data_alias/basic/2020.1.2/changelog.xml index 04b0d92871..1498b71d12 100644 --- a/.liquibase/Data_alias/basic/2020.1.2/changelog.xml +++ b/.liquibase/Data_alias/basic/2020.1.2/changelog.xml @@ -3,6 +3,6 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd"> <include file="AlterDatatypeOfKeyColumnsToChar/changelog.xml" relativeToChangelogFile="true"/> <include file="AddNullableToDateNew.xml" relativeToChangelogFile="true" /> - <include file="insert_workflowCategory_keyword.xml" relativeToChangelogFile="true"/> <include file="Notification/changelog.xml" relativeToChangelogFile="true" /> + <include file="insert_workflowCategory_keyword.xml" relativeToChangelogFile="true"/> <include file="Notification/changelog.xml" relativeToChangelogFile="true" /> </databaseChangeLog> -- GitLab