<?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">
    
    <!-- Delete these 10 vendors: 34392,34340,34362,34432,34372,34441,34414,34387,34348,34339 since they are not in AR DB  -->
    <changeset id="KDH-310_delete_vendors_batch3:1" author="npatel">
        <query>
        <![CDATA[
            MATCH (v:Vendor)
            WHERE v.vendorId in [
                34392,34340,34362,34432,34372,34441,34414,34387,34348,34339
            ]
            DETACH DELETE v
        ]]>
        </query>
    </changeset>
    
</changelog>
