<?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_update_company_logos:1" author="aoshomoji" run-on-change="true">
        <cypherquery>
            <![CDATA[
                MATCH (cb:CompanyBrand {name: "msk"})
                SET cb.logoUrl="https://cdn.theorchard.io/assets/msk/icons/brand.svg",
                    cb.touchedByBackfill=datetime()
                RETURN cb;
            ]]>
        </cypherquery>
    </changeset>
    <changeset id="IN-11097_update_company_logos:2" author="aoshomoji" run-on-change="true">
        <cypherquery>
            <![CDATA[
                MATCH (cb:CompanyBrand {name: "ab"})
                SET cb.logoUrl="https://cdn.theorchard.io/assets/ab/icons/brand.svg",
                    cb.touchedByBackfill=datetime()
                RETURN cb;
            ]]>
        </cypherquery>
    </changeset>
</changelog>
