<?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-GlobalSoundRecording-1" author="jdiaz85" neo4j-server="music-graph" run-always="true">
        <precondition>
            <sqlquery>
                <![CDATA[
                    SELECT ID FROM FACTS.PROD.GLOBAL_SOUND_RECORDING;
                ]]>
            </sqlquery>
        </precondition>
        <cypherquery>
            <![CDATA[
                MATCH (gsr:GlobalSoundRecording {id: event.ID}) SET gsr.touchedByBackfill = datetime();
            ]]>
        </cypherquery>
    </changeset>
</changelog>
