<?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="SR_delete_wrong_profile:1" author="gaguirre">
        <query>
        <![CDATA[
            MATCH (dupe:Profile)
            WHERE dupe.uuid = 'cc239c32-3cce-402d-8cca-c274b3846785'
            DETACH DELETE dupe
        ]]>
        </query>
    </changeset>
</changelog>
