<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="CCM-433-update_label_global_participant_name:1" author="guiq83" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (lp:LabelParticipant {id: 1674671835764})
                SET lp.name = "Gigi Mae Music"
            ]]>
        </cypherquery>
    </changeset>
    <changeset id="CCM-433-update_label_global_participant_name:2" author="guiq83" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (gp:GlobalParticipant {id: '10d59be8-abed-4bd9-8316-695292f49b28'})
                SET gp.name = "Gigi Mae Music"
            ]]>
        </cypherquery>
    </changeset>
</changelog>
