<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="PUB-699_update_access_request:1" author="rshield" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (identity:Identity {id: 'b211c821-8b5f-40bd-91a6-d139fb9a95f6'})-[:HAS_PROFILE]->(profile:Profile {profileType: 'PublishingProfile', profileName: 'nsnyder@sonymusic-pde.com'})
                WITH profile
                MATCH (v:Vendor {id: "*"})
                MERGE (profile)-[:HAS_ACCESS_TO]->(v)
                RETURN profile
            ]]>
        </cypherquery>
    </changeset>
</changelog>
