<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd">

   <changeset id="WAR-NOTICKET-remove-deleted-has-access:1" author="menger" run-on-change="true">
        <cypherquery>
            <![CDATA[
            MATCH
                (vendor:Vendor {id: '*'}),
                (vendor)<-[deleted:DELETED_HAS_ACCESS_TO]-
                    (profile:Profile {profileType: 'MoneyhubProfile'})
                    -[:HAS_ACCESS_TO]->(vendor)
            DELETE deleted
            ]]>
        </cypherquery>
    </changeset>

</changelog>
