<?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-4545_backfill_labelparticipant:1" author="ibolshakov" run-always="true">
        <cypherquery>
          <![CDATA[
            CALL apoc.periodic.iterate(
              'MATCH (lp:LabelParticipant) RETURN lp',
              'SET lp.touchedByBackfill = datetime()',
              {batchSize:30, iterateList:true, parallel:true, concurrency:5}
            )
            YIELD batches
            RETURN NULL
          ]]>
        </cypherquery>
    </changeset>
</changelog>
