diff --git a/.liquibase/Data_alias/basic/2021.2.2/Mosaico/append_mosaicoTemplateCategory.xml b/.liquibase/Data_alias/basic/2021.2.2/Mosaico/append_mosaicoTemplateCategory.xml new file mode 100644 index 0000000000000000000000000000000000000000..62ada358254d029efe897ff7d8b52e309839fbe3 --- /dev/null +++ b/.liquibase/Data_alias/basic/2021.2.2/Mosaico/append_mosaicoTemplateCategory.xml @@ -0,0 +1,17 @@ +<?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 diff --git a/.liquibase/Data_alias/basic/2021.2.2/Mosaico/changelog.xml b/.liquibase/Data_alias/basic/2021.2.2/Mosaico/changelog.xml new file mode 100644 index 0000000000000000000000000000000000000000..1bdc1fd3b6bea6ee93fb3d8a8ebe9a86f8de7e74 --- /dev/null +++ b/.liquibase/Data_alias/basic/2021.2.2/Mosaico/changelog.xml @@ -0,0 +1,7 @@ +<?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 diff --git a/.liquibase/Data_alias/basic/2021.2.2/changelog.xml b/.liquibase/Data_alias/basic/2021.2.2/changelog.xml index c403e8c28cfcd962e78fec41c209a9574f4ee02e..99965c48e688f6233a99f168ddacbdffe26874bf 100644 --- a/.liquibase/Data_alias/basic/2021.2.2/changelog.xml +++ b/.liquibase/Data_alias/basic/2021.2.2/changelog.xml @@ -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"/>