<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="NR-1075_remove_duplicate_contributors:1" author="jmarais" run-on-change="true">
        <cypherquery>
            <![CDATA[
                MATCH (nrc:NrContributor)
                WHERE nrc.id IN [
                    "4a50cc4e-ee11-4bbb-89e2-c65ccbcf5ccf",
                    "1f09a629-f50d-413f-84bd-a25263928ef6",
                    "6954be7e-4806-4975-b98a-8281685001b7",
                    "43b60d62-777e-4971-94e4-49630c706f5c"
                ]
                DETACH DELETE nrc
            ]]>
        </cypherquery>
    </changeset>
</changelog>
