<?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="PLATFORM-4182_delete_duplicate_vendors:1" author="mmoy" run-on-change="true" run-always="true">
        <query>
            <![CDATA[
                MATCH (v:Vendor)
                WHERE v.id IN [70899, 73251, 73261, 69896]
                DETACH DELETE v
            ]]>
        </query>
    </changeset>
</changelog>
