<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="AS-2360-collab_resource_access:1" author="jbrooks" run-on-change="true">
        <query>
            MATCH(c:Collaborator)
            WHERE c.id IN [148, 1213, 1221]
            MATCH(i:Identity)--(p:Profile{ profileType: 'MoneyhubProfile' })
            WHERE i.email IN ['dcelotti@theorchard.com', 'jgasson@theorchard.com']
            MERGE(p)-[:HAS_ACCESS_TO]->(c)
            RETURN true
        </query>
    </changeset>
</changelog>
