<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="NR-2254_delete_contributions_no_sr:1" author="kturner">
        <cypherquery>
            <![CDATA[
                UNWIND [
                    "9f9ee54e-6d81-4402-8402-bd0db2082fc8",
                    "7b9f7c92-6645-4b76-8c9f-f6ad388b1465"
                ] as id
                MATCH (c:NrContribution:NrPerformance {id: id})
                DETACH DELETE c;
            ]]>
        </cypherquery>
    </changeset>
</changelog>
