<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="ARTARCH-614_backfill_participant_identifier:1" author="savva" run-on-change="true">
        <query>
            CALL apoc.periodic.iterate(
              'MATCH (pi:ParticipantIdentifier) RETURN pi',
              'SET pi.touchedByBackfill = datetime()',
              {batchSize: 30, iterateList: true, parallel: true, concurrency: 5}
            );
        </query>
    </changeset>
</changelog>
