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

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

</changelog>