<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="NR-1815_sr_duration_fix:1" author="yostapyuk" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH(n:NrSoundRecording:NrPerformance) 
                WHERE apoc.meta.type(n.duration) = "FLOAT" 
                SET n.duration = toInteger(n.duration)
            ]]>
        </cypherquery>
    </changeset>
</changelog>
