<?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="AS-2506-remove_collabs_vendorstar:1" author="jbrooks" run-on-change="true">
        <query>
            MATCH(p:Profile)-[r]-(v:Vendor)
            WHERE p.profileType = 'CollaboratorsProfile' AND v.vendorId = '*'
            DELETE r
        </query>
    </changeset>
</changelog>
