<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="PUB-91-give-fowler-start-vendor-access:1" author="j0shua">
        <query>
            MATCH (p:Profile {profileType: "PublishingProfile"})--(Identity {email: "jfowler@theorchard.com"})
            MATCH (v:Vendor {id: "*"})
            MERGE (p)-[:HAS_ACCESS_TO]->(v)
        </query>
    </changeset>
</changelog>
