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

    <changeset id="NR-1743_remove_orphan_ownership_participants:1" author="jmarais" run-always="true">
        <cypherquery>
          <![CDATA[
            MATCH (np:NrParticipant:NrOwnership)
            WHERE NOT (np)<-[:HAS_FEATURED_ARTIST|HAS_PRIMARY_ARTIST]-()
            DETACH DELETE np
          ]]>
        </cypherquery>
    </changeset>
</changelog>
