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

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

    <changeset id="WAR-1548-remove_direct_has_access:2" author="epohrebna" run-on-change="true">
        <cypherquery>
            <![CDATA[
            MATCH (identity:Identity {email: 'sukanya.agrawal@awal.com'})
                -[:HAS_PROFILE]->(profile:Profile {profileType: 'MoneyhubProfile'})
                -[relationship:HAS_ACCESS_TO]->(vendor:Vendor {id: 82666})
            MERGE (profile)-[:DELETED_HAS_ACCESS_TO]->(vendor)
            DELETE relationship
            ]]>
        </cypherquery>
    </changeset>

</changelog>