<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="DISTRO-4707_clear_osr_isrcs:1" author="pdumoulin" run-on-change="true">

        <query>
            CALL apoc.periodic.iterate("MATCH (osr:OrchardSoundRecording) WHERE osr.isrc IS NOT NULL RETURN osr", "SET osr.isrc = null", {batchSize:1000})
            YIELD batches, total
            RETURN batches, total
        </query>

    </changeset>
</changelog>
