<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="DATA-9230_rename_gsr:1" author="rshield">
        <query>
            <![CDATA[
                MATCH (gsr:GlobalSoundRecording {isrc: "ITDF62014024"})
                SET
                    gsr.name = "Moral of the Story",
                    gsr.artistsAndName = "Pierluigi Colangelo Moral of the Story",
                    gsr.modifiedAt = datetime(),
                    gsr.lastModifiedBy = "database/DATA-9230_rename_gsr:1"
            ]]>
        </query>
    </changeset>
</changelog>
