<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd">
    <changeset id="PLATFORM_15234_delete_labelprofile:1" author="jyang" run-on-change="true">
        <cypherquery>
        <![CDATA[
            MATCH (p:Profile {profileType: "LabelProfile", profileId: 38993})
            DETACH DELETE p
         ]]>               
        </cypherquery>
    </changeset>
</changelog>