<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="DS-5935_touch_orchard_product_rels:1" author="borisuvarov" run-always="true">
        <cypherquery>
          <![CDATA[
                CALL apoc.periodic.iterate(
                  'MATCH (p:Orchard:Product) RETURN p',
                  'SET p.touchedByBackfill=datetime()',
                  {batchSize:100,iterateList:true,parallel:true,concurrency:20}
                )
                YIELD total
                RETURN total
          ]]>
        </cypherquery>
    </changeset>
</changelog>