<?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="DS-XX_touch_label_sound_recording:1" author="ratoui" run-on-change="true">
        <query>
            CALL apoc.periodic.iterate(
              '
                MATCH (lsr:LabelSoundRecording)
                RETURN lsr
              ',
              '
                SET lsr.touchedByBackfill=datetime()
              ',
              {batchSize:100,iterateList:true,parallel:true,concurrency:3}
            );
        </query>
    </changeset>
</changelog>