<?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="PUB-1017_touch_composition_nodes:1" author="rshield" run-always="true">
        <cypherquery>
          <![CDATA[
            CALL apoc.periodic.iterate(
              'MATCH (pc:PublishingComposition) WHERE pc.submittedAt IS NOT NULL AND pc.draft = FALSE RETURN pc',
              'SET pc.touchedByBackfill=datetime()',
              {batchSize:30,iterateList:true,parallel:true,concurrency:5}
            )
            YIELD total
            RETURN total
          ]]>
        </cypherquery>
    </changeset>
</changelog>
