<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="NR-1762_content_profile_vendor_access:1" author="yostapyuk" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (profile:Profile { profileType: 'ContentProfile', profileId: 94749 })
                MATCH (v:Vendor {id: '*'})
                MERGE (profile)-[:HAS_ACCESS_TO]->(v)
            ]]>
        </cypherquery>
    </changeset>
    
    <changeset id="NR-1762_content_profile_vendor_access:2" author="yostapyuk" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (profile:Profile { profileType: 'ContentProfile', profileId: 376538 })
                MATCH (v:Vendor {id: '*'})
                MERGE (profile)-[:HAS_ACCESS_TO]->(v)
            ]]>
        </cypherquery>
    </changeset>
</changelog>
