<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd">

    <changeset id="SR-87_swap_isrc_1:1" author="pdumoulin" run-on-change="true">
        <cypherquery>
            <![CDATA[
                MATCH(osr:OrchardSoundRecording)
                WHERE osr.id = 'd1af03cc-0792-4ed6-a380-1c12b47adbfb'
                SET osr.isrc = 'QMFME2255954'
                RETURN osr
                ;
            ]]>
        </cypherquery>
    </changeset>

</changelog>
