<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:/var/app/InputFileSchema.xsd">
    <changeset id="KDH-407:Backfill-GlobalParticipant-1" author="jdiaz85" neo4j-server="music-graph" run-always="true">
        <precondition>
            <sqlquery>
                <![CDATA[
                    SELECT ID FROM FACTS.PROD.GLOBAL_PARTICIPANT;
                ]]>
            </sqlquery>
        </precondition>
        <cypherquery>
            <![CDATA[
                MATCH (gp:GlobalParticipant {id: event.ID}) SET gp.touchedByBackfill = datetime();
            ]]>
        </cypherquery>
    </changeset>
</changelog>
