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

    <changeset id="WAR-1539-remove_direct_has_access:1" author="menger" run-on-change="true">
        <cypherquery>
            <![CDATA[
            MATCH (identity:Identity {email: 'sam.thomas@awal.com'})
                -[:HAS_PROFILE]->(profile:Profile {profileType: 'MoneyhubProfile'})
                -[relationship:HAS_ACCESS_TO]->(vendor:Vendor {id: 72822})
            MERGE (profile)-[:DELETED_HAS_ACCESS_TO]->(vendor)
            DELETE relationship
            ]]>
        </cypherquery>
    </changeset>

</changelog>
