Skip to content
Snippets Groups Projects
Commit e46e1272 authored by Andreas Fräder's avatar Andreas Fräder Committed by Martin Groppe
Browse files

[Projekt: xRM-Marketing][TicketNr.: 2002654][Mosaico: zusätzliche Kategorie Landingpage ]

parent 531e6d76
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="a.fraeder" id="b564a74d-cba8-406d-8a54-f56663f02c09">
<insert tableName="AB_KEYWORD_ENTRY">
<column name="AB_KEYWORD_ENTRYID" value="a5e6edd3-35cb-4da0-b1c2-463e5ad5cae9"/>
<column name="AB_KEYWORD_CATEGORY_ID" value="be28e8a4-08d4-4697-b248-8b97b4e6e749"/>
<column name="KEYID" value="LANDINGPAGE"/>
<column name="TITLE" value="Landingpage"/>
<column name="CONTAINER" value="MosaicoTemplateCategory"/>
<column name="SORTING" valueNumeric="5"/>
<column name="ISACTIVE" valueNumeric="1"/>
<column name="ISESSENTIAL" valueNumeric="0"/>
</insert>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
<?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">
<include relativeToChangelogFile="true" file="insert_mosaico_color_keyword.xml"/>
<include relativeToChangelogFile="true" file="append_mosaicoTemplateCategory.xml"/>
</databaseChangeLog>
\ No newline at end of file
......@@ -15,7 +15,7 @@
<include relativeToChangelogFile="true" file="Salesorderitem/changelog.xml"/>
<include relativeToChangelogFile="true" file="Salesproject/changelog.xml"/>
<include relativeToChangelogFile="true" file="Employee/changelog.xml"/>
<include relativeToChangelogFile="true" file="Mosaico/insert_mosaico_color_keyword.xml"/>
<include relativeToChangelogFile="true" file="Mosaico/changelog.xml"/>
<include relativeToChangelogFile="true" file="Mailbridge/changelog.xml"/>
<include relativeToChangelogFile="true" file="OfferOrder/changelog.xml"/>
<include relativeToChangelogFile="true" file="BulkMail/changelog.xml"/>
......
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