<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="CCM-421-update_label_global_participant_name:1" author="guiq83" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (lp:LabelParticipant {id: 1682986049868})
                SET lp.name = "BAVHU"
            ]]>
        </cypherquery>
    </changeset>
    <changeset id="CCM-421-update_label_global_participant_name:2" author="guiq83" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (gp:GlobalParticipant {id: 'b667710d-ed1d-4a18-8e8f-a65cc2c025b7'})
                SET gp.name = "BAVHU"
            ]]>
        </cypherquery>
    </changeset>
</changelog>