<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <changeset
    id="DS-3091_backfill_has_label_participant:1"
    author="ibolshakov"
    run-always="true">
        <cypherquery>
          <![CDATA[
            CALL apoc.periodic.iterate(
              'MATCH (:LabelParticipant)-[r:HAS_LABEL_PARTICIPANT]-(:Vendor) RETURN r',
              'SET r.touchedByBackfill = datetime()',
              {batchSize: 30, iterateList: true, parallel: true, concurrency: 5}
            )
            YIELD total
            RETURN total
          ]]>
        </cypherquery>
    </changeset>
</changelog>
