<?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-13_create_publishing_profiles_vendors:1" author="jodonnell">
        <query>
          MATCH (p:Profile {profileType: "PublishingProfile"})--(Identity {email: "jodonnell@theorchard.com"})
          MATCH (v:Vendor {name: "HANDS OFF TEST ACCOUNT (Jacob Fowler)"})
          MERGE (p)-[:HAS_ACCESS_TO]->(v)
        </query>
    </changeset>

    <changeset id="PUB-13_create_publishing_profiles_vendors:2" author="jodonnell">
        <query>
          MATCH (p:Profile {profileType: "PublishingProfile"})--(Identity {email: "mgalizia@theorchard.com"})
          MATCH (v:Vendor {name: "HANDS OFF TEST ACCOUNT (Jacob Fowler)"})
          MERGE (p)-[:HAS_ACCESS_TO]->(v)
        </query>
    </changeset>

    <changeset id="PUB-13_create_publishing_profiles_vendors:3" author="jodonnell">
        <query>
          MATCH (p:Profile {profileType: "PublishingProfile"})--(Identity {email: "ratoui@theorchard.com"})
          MATCH (v:Vendor {name: "HANDS OFF TEST ACCOUNT (Jacob Fowler)"})
          MERGE (p)-[:HAS_ACCESS_TO]->(v)
        </query>
    </changeset>

    <changeset id="PUB-13_create_publishing_profiles_vendors:4" author="jodonnell">
        <query>
          MATCH (p:Profile {profileType: "PublishingProfile"})--(Identity {email: "tdenkinger@theorchard.com"})
          MATCH (v:Vendor {name: "HANDS OFF TEST ACCOUNT (Jacob Fowler)"})
          MERGE (p)-[:HAS_ACCESS_TO]->(v)
        </query>
    </changeset>

    <changeset id="PUB-13_create_publishing_profiles_vendors:5" author="jodonnell">
        <query>
          MATCH (p:Profile {profileType: "PublishingProfile"})--(Identity {email: "mmachado@theorchard.com"})
          MATCH (v:Vendor {name: "HANDS OFF TEST ACCOUNT (Jacob Fowler)"})
          MERGE (p)-[:HAS_ACCESS_TO]->(v)
        </query>
    </changeset>

    <changeset id="PUB-13_create_publishing_profiles_vendors:6" author="jodonnell">
       <query>
          MATCH (p:Profile {profileType: "PublishingProfile"})--(Identity {email: "mlorenz@theorchard.com"})
          MATCH (v:Vendor {name: "HANDS OFF TEST ACCOUNT (Jacob Fowler)"})
          MERGE (p)-[:HAS_ACCESS_TO]->(v)
        </query>
    </changeset>

    <changeset id="PUB-13_create_publishing_profiles_vendors:7" author="jodonnell">
        <query>
          MATCH (p:Profile {profileType: "PublishingProfile"})--(Identity {email: "mgonitzke@theorchard.com"})
          MATCH (v:Vendor {name: "HANDS OFF TEST ACCOUNT (Jacob Fowler)"})
          MERGE (p)-[:HAS_ACCESS_TO]->(v)
        </query>
    </changeset>

    <changeset id="PUB-13_create_publishing_profiles_vendors:8" author="jodonnell">
        <query>
          MATCH (p:Profile {profileType: "PublishingProfile"})--(Identity {email: "jgoldsmith@theorchard.com"})
          MATCH (v:Vendor {name: "HANDS OFF TEST ACCOUNT (Jacob Fowler)"})
          MERGE (p)-[:HAS_ACCESS_TO]->(v)
        </query>
    </changeset>
    <changeset id="PUB-13_create_publishing_profiles_vendors:9" author="jodonnell">
        <query>
          MATCH (p:Profile {profileType: "PublishingProfile"})--(Identity {email: "jfowler@theorchard.com"})
          MATCH (v:Vendor {name: "HANDS OFF TEST ACCOUNT (Jacob Fowler)"})
          MERGE (p)-[:HAS_ACCESS_TO]->(v)
        </query>
    </changeset>
</changelog>
