<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="PLATFORM-3686_delete_label_profiles_for_identity:1" author="pcherevko" run-always="true">
        <cypherquery>
            <![CDATA[
               match(i:Identity {id:"1f8c8b16-7233-4bf8-bee4-b2c91f1d7824"})-[:HAS_PROFILE]->(p:Profile {profileType: "LabelProfile"})
               DETACH DELETE p
            ]]>
        </cypherquery>
    </changeset>
</changelog>
