<?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="ACC-4666-remove-duplicate-abacus-profile:1" author="dczinsky">
        <query>
        <![CDATA[
            MATCH (dupe:Profile)
            WHERE dupe.uuid = "64e4ce44-d9a1-4b15-bb11-c5559dae1242"
            DETACH DELETE dupe
        ]]>
        </query>
    </changeset>
</changelog>
