<?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="PUB-123-grant-pub-access" author="j0shua">
        <query>
            <![CDATA[
                MATCH (p:Profile {profileType: "PublishingProfile"})--(Identity {email: "iyepes-arroyo@theorchard.com"})
                MATCH (v:Vendor {id: "*"})
                MERGE (p)-[:HAS_ACCESS_TO]->(v)
            ]]>
        </query>
    </changeset>
</changelog>
