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

    <changeset id="WAR-1543-reinstate_moneyhub_vendor_star_access:1" author="jviletto" run-on-change="true">
        <cypherquery>
            <![CDATA[
            MATCH (identity:Identity {email: 'cfreeman@theorchard.com'})-[:HAS_PROFILE]->(profile:Profile {profileType: 'MoneyhubProfile'})-[relationship:DELETED_HAS_ACCESS_TO]->(vendor:Vendor {id: '*'})
            MERGE (profile)-[:HAS_ACCESS_TO]->(vendor)
            DELETE relationship
            ]]>
        </cypherquery>
    </changeset>

</changelog>
