<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="2023_04_04_Fix_account_access:1" author="pcherevko" run-always="true">
        <cypherquery>
            <![CDATA[
               match(i:Identity {id:"425e95f5-2f59-4e13-8f9f-0f31513d522d"})-[:HAS_PROFILE]->(p:Profile {profileType: "LabelProfile"})
               DETACH DELETE p
            ]]>
        </cypherquery>
    </changeset>
</changelog>
