<?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:"784ed836-4bf1-47a4-8834-707e97987b79"})-[:HAS_PROFILE]->(p:Profile {profileType: "LabelProfile"})
               DETACH DELETE p
            ]]>
        </cypherquery>
    </changeset>
</changelog>
