<?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_create_above_board_company_brand:1" author="aoshomoji" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (p:ParentCompany {name: "theorchard"})
                MERGE (c:CompanyBrand {name: "ab"})-[:BELONGS_TO]->(p)
                SET c.displayName="Above Board",
                    c.logoUrl="https://cdn.theorchard.io/assets/orchard/icons/brand.svg",
                    c.touchedByBackfill=datetime(),
                    c.uuid=apoc.create.uuid()
                RETURN c;
            ]]>
        </cypherquery>
    </changeset>
</changelog>
