<?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-259_kafka_db_deploy_test:1"
            author="ssavva"
            neo4j-server="music-graph"
            run-always="true"
    >
        <precondition>
            <sqlquery>
                SELECT UUID
                FROM FACTS.PROD.LABEL_PARTICIPANT
                LIMIT 100
                ;
            </sqlquery>
        </precondition>
        <cypherquery>
            MATCH (lp:LabelParticipant {uuid: event.UUID})
                SET lp.touchedByBackfill=datetime()
            ;
        </cypherquery>
    </changeset>
</changelog>
