<?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="KDH-145_backfill_localization_on_identity:1" author="npatel" run-always="true">
        <query>
          <![CDATA[
            CALL apoc.periodic.iterate(
                  'MATCH (i:Identity) where i.localization is not null RETURN i',
                  'SET i.touchedByBackfill = datetime()',
                  {batchSize: 100, iterateList: true, parallel: true, concurrency: 5}
            )
            YIELD total
            RETURN total
          ]]>
        </query>
    </changeset>
</changelog>
