<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="NR-2345_remove_contributos:1" author="rshield" run-always="true">
        <cypherquery>
            <![CDATA[
                UNWIND [
                    "f89486d1-3828-42d1-bc6e-a836120d60ea",
                    "8346abbd-6a1d-4a6a-9e80-cf5feedffe10"
                ] as id
                MATCH (c:NrContributor {id: id})
                DETACH DELETE c;
            ]]>
        </cypherquery>
    </changeset>
</changelog>