From 389877ae490febfd68ac6385045deb53e305bf15 Mon Sep 17 00:00:00 2001 From: Daniel Tran <d.tran@adito.de> Date: Fri, 26 Nov 2021 12:52:04 +0100 Subject: [PATCH] =?UTF-8?q?[Projekt:=20xRM-ContactManagement][TicketNr.:?= =?UTF-8?q?=201053047][Englische=20=C3=9Cbersetzungen=20sind=20falsch]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../alter_init_ObjectRelation_typeTranslation.xml | 2 +- .../2021.2.2/alter_relation-type-title_grandchildof.xml | 9 +++++++++ .liquibase/Data_alias/basic/2021.2.2/changelog.xml | 1 + 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .liquibase/Data_alias/basic/2021.2.2/alter_relation-type-title_grandchildof.xml diff --git a/.liquibase/Data_alias/basic/2020.1.0/AlterTablesForTranslation/alter_init_ObjectRelation_typeTranslation.xml b/.liquibase/Data_alias/basic/2020.1.0/AlterTablesForTranslation/alter_init_ObjectRelation_typeTranslation.xml index 6008c7e3df3..e0a08e20f46 100644 --- a/.liquibase/Data_alias/basic/2020.1.0/AlterTablesForTranslation/alter_init_ObjectRelation_typeTranslation.xml +++ b/.liquibase/Data_alias/basic/2020.1.0/AlterTablesForTranslation/alter_init_ObjectRelation_typeTranslation.xml @@ -3,7 +3,7 @@ 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"> <changeSet author="b.ulrich" id="f06edc59-5799-4900-81f8-cce9a80c89a4"> <update tableName="AB_OBJECTRELATIONTYPE"> - <column name="RELATION_TITLE" value="grandchild of"/> + <column name="RELATION_TITLE" value="Grandchild of"/> <where>AB_OBJECTRELATIONTYPEID='a2296f93-2371-4ab8-9f29-ef0795d1e9b2'</where> </update> </changeSet> diff --git a/.liquibase/Data_alias/basic/2021.2.2/alter_relation-type-title_grandchildof.xml b/.liquibase/Data_alias/basic/2021.2.2/alter_relation-type-title_grandchildof.xml new file mode 100644 index 00000000000..34559711345 --- /dev/null +++ b/.liquibase/Data_alias/basic/2021.2.2/alter_relation-type-title_grandchildof.xml @@ -0,0 +1,9 @@ +<?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"> + <changeSet author="d.tran" id="f420d656-da64-4ac2-aa10-8ce529479240"> + <update tableName="AB_OBJECTRELATIONTYPE"> + <column name="RELATION_TITLE" value="grandchild of" /> + <where>AB_OBJECTRELATIONTYPEID = 'a2296f93-2371-4ab8-9f29-ef0795d1e9b2'</where> + </update> + </changeSet> +</databaseChangeLog> \ No newline at end of file diff --git a/.liquibase/Data_alias/basic/2021.2.2/changelog.xml b/.liquibase/Data_alias/basic/2021.2.2/changelog.xml index e82f3c2186b..47f6408725e 100644 --- a/.liquibase/Data_alias/basic/2021.2.2/changelog.xml +++ b/.liquibase/Data_alias/basic/2021.2.2/changelog.xml @@ -2,6 +2,7 @@ <databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" 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 relativeToChangelogFile="true" file="alter_relation-type-title_grandchildof.xml"/> <include relativeToChangelogFile="true" file="add_offer_showprice.xml"/> <include relativeToChangelogFile="true" file="Ticket/changelog.xml"/> <include relativeToChangelogFile="true" file="StandardColumns/changelog.xml"/> -- GitLab