<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="NR-2450_remove_orphans:1" author="rshield" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH(x:NrOwnership) WHERE NOT EXISTS ((x)--()) DELETE x
            ]]>
        </cypherquery>
    </changeset>
    <changeset id="NR-2450_remove_orphans:2" author="rshield" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH(x:NrPerformance) WHERE NOT EXISTS ((x)--()) DELETE x
            ]]>
        </cypherquery>
    </changeset>
</changelog>