<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="MAINT_touch_vendor_rels:1" author="borisuvarov" run-always="true">
        <cypherquery>
          <![CDATA[
                CALL apoc.periodic.iterate(
                  'MATCH (v:Vendor)<-[hl:HAS_LABEL]-(cb:CompanyBrand) RETURN hl',
                  'SET hl.touchedByBackfill=datetime()',
                  {batchSize:100,iterateList:true,parallel:true,concurrency:20}
                )
                YIELD total
                RETURN total
          ]]>
        </cypherquery>
    </changeset>
</changelog>
