<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="DS-3455_touch_gp_r_pp_1:1" author="borisuvarov" run-on-change="true">
        <query>
            CALL apoc.periodic.iterate(
                'MATCH (gp:GlobalParticipant)-[r:REPRESENTS]->(pp:PublicParticipant) RETURN r',
                'SET r.touchedByESBackfill=datetime()',
                {batchSize:100,iterateList:true,parallel:true,concurrency:3}
            );
        </query>
    </changeset>
</changelog>
