<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://florent.biville.net/liquigraph/schema/1.0/liquigraph.xsd">
    <changeset id="PUB-XX-trigger-submitted:1" author="ratoui">
        <query>
            <![CDATA[
            CALL apoc.periodic.iterate(
                'MATCH (c:PublishingComposition) RETURN c',
                'SET c.touchSubmittedAt = true',
                {batchSize:1, batchMode: 'SINGLE', parallel:true, concurrency:5})
            ]]>
        </query>
    </changeset>
</changelog> 
