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

Merge branch '2021.2.0' into '2021.2'

2021.2.0 >2021.2

See merge request xrm/basic!1396
parents ee20a69d 6af24386
No related branches found
No related tags found
No related merge requests found
Showing
with 754 additions and 73 deletions
<?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="autogenerated" id="08d228c1-45d0-4c02-9fa1-e2e718816271">
<delete tableName="attribute_filter"/>
<insert tableName="attribute_filter">
<column name="SEARCHTERM" value="Produkt 1"/>
<column name="COMPONENT" value="SUBJECT"/>
<column name="ATTRIBUTE_FILTERID" value="aae4f76c-86c2-4cf0-94ab-23262a62dac4"/>
<column name="INBOXFILTERGROUP_ID" value="a21df88c-d5e5-486a-b57e-f4485fc6928d"/>
</insert>
<insert tableName="attribute_filter">
<column name="SEARCHTERM" value="Produkt 1"/>
<column name="COMPONENT" value="BODY"/>
<column name="ATTRIBUTE_FILTERID" value="c34525a0-680c-4cdc-b8ec-a96d14777b22"/>
<column name="INBOXFILTERGROUP_ID" value="a21df88c-d5e5-486a-b57e-f4485fc6928d"/>
</insert>
<insert tableName="attribute_filter">
<column name="SEARCHTERM" value="Produkt 1"/>
<column name="COMPONENT" value="BODY"/>
<column name="ATTRIBUTE_FILTERID" value="dbe80d6f-5676-4218-b582-84799d7516b6"/>
<column name="INBOXFILTERGROUP_ID" value="24aa376b-2106-4633-99d3-edbb7c30e58d"/>
</insert>
</changeSet>
</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