<?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="CCM-1492_remove_DELETED_HAS_ACCESS_TO:1" author="ggawas" run-on-change="true">
        <cypherquery>
            <![CDATA[
                MATCH (i:Identity {email: 'ogarcia@theorchard.com'})-[:HAS_PROFILE]->(p:Profile {profileType: "OrchAdminProfile"})-[rel:DELETED_HAS_ACCESS_TO]->(v:Vendor {id: '*'})
                DELETE rel;
            ]]>
        </cypherquery>
    </changeset>
</changelog>
