diff --git a/.liquibase/Data_alias/basic/2021.0.3/alter_origin_attribute.xml b/.liquibase/Data_alias/basic/2021.0.3/alter_origin_attribute.xml new file mode 100644 index 0000000000000000000000000000000000000000..dc6eb66e9654e7231e0550f30c99cf524d10da84 --- /dev/null +++ b/.liquibase/Data_alias/basic/2021.0.3/alter_origin_attribute.xml @@ -0,0 +1,21 @@ +<?xml version="1.1" encoding="UTF-8" standalone="no"?> +<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"> + <changeSet author="p.neub" id="7af7aa80-0830-4185-a9cd-bb51b3d0c432"> + <update tableName="AB_ATTRIBUTE"> + <column name="ATTRIBUTE_TYPE" value="COMBO"/> + <where>AB_ATTRIBUTEID = ?</where> + <whereParams> + <param value="d0ae40d2-1a7f-45f6-bb0c-20ce6ae7efe2"/> + </whereParams> + </update> + <update tableName="AB_ATTRIBUTE"> + <column name="ATTRIBUTE_TYPE" value="COMBOVALUE"/> + <where>ATTRIBUTE_PARENT_ID = ?</where> + <whereParams> + <param value="d0ae40d2-1a7f-45f6-bb0c-20ce6ae7efe2"/> + </whereParams> + </update> + </changeSet> +</databaseChangeLog> \ No newline at end of file diff --git a/.liquibase/Data_alias/basic/2021.0.3/changelog.xml b/.liquibase/Data_alias/basic/2021.0.3/changelog.xml index 4abf91ed480dd034b9ff2f9c53ef9a4fcb933f57..9844df260f03dbaccc4918a8b3f133071ee1ab02 100644 --- a/.liquibase/Data_alias/basic/2021.0.3/changelog.xml +++ b/.liquibase/Data_alias/basic/2021.0.3/changelog.xml @@ -4,4 +4,5 @@ xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd"> <include relativeToChangelogFile="true" file="Checklists/changelog.xml"/> <include relativeToChangelogFile="true" file="Planning/changelog.xml"/> + <include relativeToChangelogFile="true" file="alter_origin_attribute.xml"/> </databaseChangeLog> \ No newline at end of file