<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="PUB-606_access_request:1" author="vmukan" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (profile: Profile {profileId: 387106, profileType: 'PublishingProfile'})
                MATCH (v:Vendor {id: 26687})
                WITH profile, v
                MERGE (profile)-[:HAS_ACCESS_TO]->(v)
            ]]>
        </cypherquery>
    </changeset>
    <changeset id="PUB-606_access_request:2" author="vmukan" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (profile: Profile {profileId: 90943, profileType: 'PublishingProfile'})
                MATCH (v:Vendor {id: 26687})
                WITH profile, v
                MERGE (profile)-[:HAS_ACCESS_TO]->(v)
            ]]>
        </cypherquery>
    </changeset>
</changelog>
