From c5642287410a07356cf8305c91e80f50f71513c3 Mon Sep 17 00:00:00 2001
From: Daniel Tran <d.tran@adito.de>
Date: Thu, 24 Jun 2021 07:40:41 +0000
Subject: [PATCH] =?UTF-8?q?[Projekt:=20xRM-ContactManagement][TicketNr.:?=
 =?UTF-8?q?=201080336][F=C3=A4lschliche=20Liquibase=20Anlage=20von=20Eigen?=
 =?UTF-8?q?schaft=20"Liefersperre"]=20-=20Created=20Liquibase=20script=20t?=
 =?UTF-8?q?o=20set=20max=20count=20for=20attribute=20=20=20=20=20delivery?=
 =?UTF-8?q?=20block=20to=201,=20to=20prevent=20misbehavior.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../basic/2021.1.1/alterAttrDeliveryBlock.xml         | 11 +++++++++++
 .liquibase/Data_alias/basic/2021.1.1/changelog.xml    |  1 +
 2 files changed, 12 insertions(+)
 create mode 100644 .liquibase/Data_alias/basic/2021.1.1/alterAttrDeliveryBlock.xml

diff --git a/.liquibase/Data_alias/basic/2021.1.1/alterAttrDeliveryBlock.xml b/.liquibase/Data_alias/basic/2021.1.1/alterAttrDeliveryBlock.xml
new file mode 100644
index 0000000000..8bc86b8e30
--- /dev/null
+++ b/.liquibase/Data_alias/basic/2021.1.1/alterAttrDeliveryBlock.xml
@@ -0,0 +1,11 @@
+<?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
diff --git a/.liquibase/Data_alias/basic/2021.1.1/changelog.xml b/.liquibase/Data_alias/basic/2021.1.1/changelog.xml
index bd5bd0d4c6..565ef22d4f 100644
--- a/.liquibase/Data_alias/basic/2021.1.1/changelog.xml
+++ b/.liquibase/Data_alias/basic/2021.1.1/changelog.xml
@@ -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
-- 
GitLab