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

    <changeset id="KDH-29_Global_participant_represents_label_participant:1" author="npatel" run-always="true">
        <!-- Touch 3084166 relationships -->
        <precondition>
            <sqlquery>
              <![CDATA[
                    SELECT UUID FROM facts.prod.label_participant;
                ]]>
            </sqlquery>
        </precondition>
        <cypherquery>
            <![CDATA[
                MATCH (:LabelParticipant {uuid: event.UUID})<-[rel:REPRESENTS]-(:GlobalParticipant) 
                SET rel.touchedByBackfill=datetime()
            ]]>
        </cypherquery>
    </changeset>
    
</changelog>


