Skip to content
Snippets Groups Projects
Commit 2860b967 authored by Sebastian Pongratz's avatar Sebastian Pongratz :ping_pong:
Browse files

Merge branch 'cm_dt_1080336_attr_develivery-block' into '2021.1'

Cm dt 1080336 attr develivery block

See merge request xrm/basic!1077
parents 02b9cbfc c5642287
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="d.tran" id="6dd49b45-a0a7-4279-8afc-3f1fc50c26c3">
<update tableName="AB_ATTRIBUTEUSAGE">
<column name="MAX_COUNT" valueNumeric="1"/>
<where>AB_ATTRIBUTEUSAGEID = '4ff67f07-1aa7-47d4-8e5f-c4860793085a'</where>
</update>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
......@@ -5,5 +5,6 @@
<include relativeToChangelogFile="true" file="alter_Mst_Team.xml"/>
<include relativeToChangelogFile="true" file="EmailFilter/alter_emailFilterHandling.xml"/>
<include relativeToChangelogFile="true" file="EmailFilter/insert_recipientStatusBounced.xml"/>
<include relativeToChangelogFile="true" file="alterAttrDeliveryBlock.xml"/>
<include relativeToChangelogFile="true" file="SalesorderToSalesorderLinking/changelog.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