<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd">
    <changeset id="PLATFORM-4111_delete_shared_profile:2" author="pcherevko">
        <cypherquery>
            <![CDATA[
                MATCH (i:Identity {id:'7b06d184-9e25-4950-8339-422a3b829cd1'})-[:HAS_PROFILE]->(p:Profile)<-[:HAS_PROFILE]-(i2:Identity {id: 'cea323a9-6b28-4cd3-87b3-432815c6745b'})
                DETACH DELETE p
            ]]>
        </cypherquery>
    </changeset>
</changelog>
