<?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="DS-8130-touch_product_node:1" author="borisuvarov" run-on-change="true">
        <cypherquery>
            <![CDATA[
                MATCH (p:Product {id: 5300817})
                SET p.touchedForBackfill=datetime()
                RETURN p;
            ]]>
        </cypherquery>
    </changeset>
</changelog>
