<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <changeset id="NR-1743_remove_orphan_ownership_contributors:1" author="jmarais" run-always="true">
        <cypherquery>
          <![CDATA[
            MATCH (nc:NrContributor:NrOwnership)
            WHERE NOT (nc)-[]->(:NrContribution:NrOwnership)
            DETACH DELETE nc
          ]]>
        </cypherquery>
    </changeset>
</changelog>
