<?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="SR-213_cleanup_vendor_rels:1" author="pdumoulin">
        <query>
        <![CDATA[
            MATCH(p:Project)-[x:BELONGS_TO]->(v:Vendor)
            WHERE p.vendorId <> v.id
            DELETE x;
        ]]>
        </query>
    </changeset>
</changelog>
