<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="2024_01_29_delete_shared_profile_for_two_identities:1" author="pcherevko" run-always="true">
        <cypherquery>
            <![CDATA[
               match(i:Identity {id:"e8cbd819-1b72-48f1-91f9-20cc5741c9b0"})-[:HAS_PROFILE]->(p:Profile {profileId: 32577})
               DETACH DELETE p
            ]]>
        </cypherquery>
    </changeset>
</changelog>
