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 6008c7e3df3fb16ec97fd7d9bbf4af2511965583..e0a08e20f46d9d3c4f48b84335f6262cd2badbcd 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 0000000000000000000000000000000000000000..34559711345a7dc050d25e33b4f3ea18f1d6e52d --- /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 e82f3c2186be4034fea0cc9d334974af2725a71e..47f6408725e811eef8f1aa3a300a58bc5eb359bc 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"/>