<?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_profiles:1" author="jmarais">
        <query>
        <![CDATA[
          MATCH (profile:Profile) WHERE profile.uuid IN [
            "debb9dfb-4cd9-4b89-9811-aaf660f4847e",
            "c38f7aa9-2d56-49e2-a3b8-d40a70da63cf",
            "8b72d38c-d4cb-4c11-8ea6-1a3da71ea345",
            "c3fad4d4-17ad-4c44-a3d9-1745f5f5afd4",
            "b98aa762-7ea1-4a28-b563-3051c167de72",
            "c4e9d885-4178-43e9-b69d-a5c50361a903"
            ] DETACH DELETE profile
        ]]>
        </query>
    </changeset>
</changelog>
