<?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="WAR-1136_update_kroll_profiles:1" author="jviletto" run-always="true">
        <cypherquery>
            <![CDATA[
            MATCH (identity:Identity {email: 'ed.cradock+accounting-user2@kroll.com'})
                -[:HAS_PROFILE]->(profile:Profile {profileType: 'MoneyhubProfile'}),
                (vendor:Vendor {id: 36299})
            MERGE (profile)-[:HAS_ACCESS_TO]->(vendor)
            ]]>
        </cypherquery>
    </changeset>
    <changeset id="WAR-1136_update_kroll_profiles:2" author="jviletto" run-always="true">
        <cypherquery>
            <![CDATA[
            MATCH (identity:Identity {email: 'ed.cradock+collaborator-user1@kroll.com'})
                -[:HAS_PROFILE]->(profile:Profile {profileType: 'CollaboratorsProfile'}),
                (vendor:Vendor {id: 72810})
            MERGE (profile)-[:HAS_ACCESS_TO]->(vendor)
            ]]>
        </cypherquery>
    </changeset>
</changelog>
