Skip to content
Snippets Groups Projects
Commit 763feddf authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon:
Browse files

Merge branch '2021.0_1078647_origin_attr' into '2021.0'

2021.0 1078647 origin attr

See merge request xrm/basic!834
parents ea608fc5 09dc1583
No related branches found
No related tags found
No related merge requests found
<?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
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment