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

    <changeset id="NR-1377_NrParticipants_NrPerformance:1" author="npatel" run-always="true">
        <cypherquery>
          <![CDATA[          
                MATCH (n:NrParticipant) 
                WHERE NOT ("NrOwnership" in LABELS(n)) AND NOT ("NrPerformance" in LABELS(n))
                SET n:NrPerformance
                RETURN n.id             
          ]]>
        </cypherquery>
    </changeset>

</changelog>
