<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="NR-2252_touch_products_tracks:1" author="rshield" run-always="true">
        <cypherquery>
          <![CDATA[
            CALL apoc.periodic.iterate(
              'match(p:NrProduct:NrOwnership)-[r:INCLUDES]->(t:NrTrack:NrOwnership) return r',
              'SET r.touchedByBackfill=datetime()',
              {batchSize:30,iterateList:true,parallel:true,concurrency:5}
            )
            YIELD total
            RETURN total
          ]]>
        </cypherquery>
    </changeset>
</changelog>