<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="AS-2661-remove_haat_links:1" author="jbrooks" run-always="true">
        <cypherquery>
            <![CDATA[
            MATCH (p:Profile{profileType: 'SettingsProfile'})-[rel:HAS_ADMIN_ACCESS_TO]->(c:Collaborator)
            DELETE rel
            MERGE (p)-[:HAS_ACCESS_TO]->(c)
            ]]>
        </cypherquery>
    </changeset>
</changelog>
