<?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_nr_graph:1"
            author="ssavva"
            neo4j-server="nr-graph"
            run-always="true"
    >
        <precondition>
            <sqlquery>
                SELECT ID
                FROM FACTS.PROD.NR_CONTRIBUTION
                LIMIT 10
                ;
            </sqlquery>
        </precondition>
        <cypherquery>
            MATCH (n:NrContribution {id: event.ID})
                SET n.touchedByBackfill=datetime()
            ;
        </cypherquery>
    </changeset>
</changelog>
