<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="NR-1769_remove_rules_notes:1" author="yostapyuk" run-always="true">
        <cypherquery>
          <![CDATA[
            MATCH (:NrSoundRecording:NrOwnership)-
            [rel:HAS_OWNERSHIP_RULE_MONETIZE|HAS_OWNERSHIP_RULE_CARVEOUT]-
            (:NrOwnershipService:NrOwnership)
            WHERE rel.notes IS NOT NULL
            REMOVE rel.notes
          ]]>
        </cypherquery>
    </changeset>
</changelog>
