<?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-1802-dcelotti_membran_remove_thirtytigers:1" author="jbrooks" run-on-change="true">
        <query>
            <![CDATA[
                MATCH (vendor:Vendor {id: 21989}),
                      (profile:Profile {profileId: 94501, profileType: 'CollaboratorsProfile'}),
                      (profile)-[access:HAS_ACCESS_TO]->(vendor)
                DELETE access
                SET profile.lastModifiedAt = datetime(), 
                    profile.lastModifiedBy = 'AS-1802-dcelotti_membran_remove_thirtytigers:1'
            ]]>
        </query>
    </changeset>
</changelog>
