<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="CCM-1059_Update_Label_Participant_name:1" author="guiq83" run-always="true">
        <cypherquery>
          <![CDATA[
              MATCH(lp:LabelParticipant {id: 1712632742487})
              SET lp.name = "Geek Boy"
          ]]>
        </cypherquery>
    </changeset>
</changelog>
