<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="CCM-580_remove_bad_lp:1" author="anevrekar" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (lp:LabelParticipant)-[rel:REPRESENTS]-(gp:GlobalParticipant)
                WHERE lp.uuid = '0037cdfe-eb07-4f53-8500-8c4c932abb37'
                DETACH DELETE rel, lp
            ]]>
        </cypherquery>
    </changeset>
</changelog>
