<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd">
   <changeset id="WAR-2186_oyatsuk_subaccount_access:1" author="menger" run-on-change="true">
        <cypherquery>
            <![CDATA[
            MATCH (:Identity {email: 'oyatsuk@sonymusic-pde.com'})
                -[:HAS_PROFILE]->(profile:Profile {profileType: 'MoneyhubProfile'}),
                (subaccount:Subaccount {id:60708})
            MERGE (profile)-[:HAS_ACCESS_TO]->(subaccount)
            ]]>
        </cypherquery>
    </changeset>
</changelog>
