<?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-150_backfill_vendor_lastModifiedAt:1" author="npatel" run-always="true">
        <query>
          <![CDATA[
            MATCH (v:Vendor) 
            WHERE v.lastModifiedAt is null
            SET v.lastModifiedAt = coalesce(v.modifiedAt, v.createdAt, v.touchedByBackfill) return count(v)
          ]]>
        </query>
    </changeset>
</changelog>
