<?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-406:Backfill-LabelParticipant-1" author="jdiaz85" neo4j-server="music-graph" run-always="true">
        <precondition>
            <sqlquery>
                <![CDATA[
                    SELECT UUID FROM FACTS.PROD.LABEL_PARTICIPANT;
                ]]>
            </sqlquery>
        </precondition>
        <cypherquery>
            <![CDATA[
                MATCH (lp:LabelParticipant {uuid: event.UUID}) SET lp.touchedByBackfill = datetime();
            ]]>
        </cypherquery>
    </changeset>
</changelog>
