<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="NR-1051_update_NrContributor_fields:1" author="jmarais" run-on-change="true">
        <cypherquery>
            <![CDATA[
                MATCH(nrc:NrContributor { id: "6e2d947d-11f0-47b6-8c88-aa2dfeaf83e4" })
                SET nrc:AccountParticipant,
                    nrc.externalId = 'IP740377',
                    nrc.stageName = 'Tyga',
                    nrc.lastModifiedAt = datetime(),
                    nrc.lastModifiedBy = 'database/NR-1051_update_NrContributor_fields'
                RETURN nrc
            ]]>
        </cypherquery>
    </changeset>
</changelog>
