<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="AS-2726-PROD-delete_unsynced_collabs:1" author="jbrooks" run-on-change="true">
        <cypherquery>
            <![CDATA[
            MATCH(c:Collaborator) WHERE c.id IN [13239, 17063]
            DETACH DELETE c
            ]]>
        </cypherquery>
    </changeset>
</changelog>
