<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/var/app/InputFileSchema.xsd">
    <changeset id="IN-11097_set_company_brand_ids:1" author="aoshomoji" run-on-change="true">
        <cypherquery>
            <![CDATA[
                MATCH (cb:CompanyBrand {name: "msk"})
                SET cb.companyBrandId=6,
                    cb.touchedByBackfill=datetime()
                RETURN cb;
            ]]>
        </cypherquery>
    </changeset>
    <changeset id="IN-11097_set_company_brand_ids:2" author="aoshomoji" run-on-change="true">
        <cypherquery>
            <![CDATA[
                MATCH (cb:CompanyBrand {name: "ab"})
                SET cb.companyBrandId=7,
                    cb.touchedByBackfill=datetime()
                RETURN cb;
            ]]>
        </cypherquery>
    </changeset>
</changelog>
