<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="DS-4477_sync_gsr:1" author="ssavva" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (n:ToBeDeleted:GlobalSoundRecording)
                DELETE n;
            ]]>
        </cypherquery>
    </changeset>
</changelog>
