<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://florent.biville.net/liquigraph/schema/1.0/liquigraph.xsd">
    <changeset id="DOC-161-set-demo-profile-brand:1" author="owright">
        <query>
            <![CDATA[
                MATCH (p:Profile {
                    profileType: 'DocumentsProfile',
                    profileId: 135705
                })
                SET p.brand = 'awal'
            ]]>
        </query>
    </changeset>
</changelog>
