<?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-678_delete_duplicate_distribution_profiles:1" author="jmarais">
        <query>
        <![CDATA[
          MATCH (profile:Profile) WHERE profile.uuid IN [
            "40570d1f-9b2a-4407-a98e-0f5882136018",
            "d4e89892-23bd-405b-98fb-4d6feb4f6e50",
            "00134709-86c4-45d7-9f87-f8164129eeec",
            "80dc831a-1f3f-42b0-a512-173b0438c55e",
            "25097e65-71f4-4191-9ff1-73ef0f0b4a63",
            "339919f1-35d6-41bc-87c7-7860d2903c43"
            ] DETACH DELETE profile
        ]]>
        </query>
    </changeset>
</changelog>
