<?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 125 vendors that are not in AR DB  -->
    <changeset id="KDH-310_delete_extra_vendors:1" author="npatel">
        <query>
        <![CDATA[
            MATCH (v:Vendor)
            WHERE v.vendorId in [
                34318,34319,34320,34321,34322,34323,34324,34325,34326,34327,34328,34329,34330,34331,34332,34333,34334,34335,34336,34341,34342,34343,34344,34345,34346,34347,34349,34350,34351,34352,34353,34354,34355,34356,34357,34358,34359,34360,34361,34363,34364,34365,34366,34367,34368,34369,34370,34371,34373,34374,34375,34376,34377,34378,34379,34380,34381,34382,34383,34384,34385,34386,34388,34389,34390,34391,34393,34394,34395,34396,34397,34398,34399,34400,34401,34402,34403,34404,34405,34406,34407,34408,34409,34410,34411,34412,34413,34415,34416,34417,34418,34419,34420,34421,34422,34423,34424,34425,34426,34427,34428,34429,34430,34431,34433,34434,34435,34436,34437,34438,34439,34440,34442,34443,34444,34445,34446,34447,34448,34449,34450,34451,34452,34453,34454
            ]
            DETACH DELETE v
        ]]>
        </query>
    </changeset>
    
</changelog>
