<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="NR-661_delete_duplicate_profile_tdenkinger:1" author="jmarais">
        <query>
        <![CDATA[
          MATCH (profile:Profile) WHERE profile.profileId = 137639
          DETACH DELETE profile
        ]]>
        </query>
    </changeset>
</changelog>
