<?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="SWITCH-1959_clean_up_prefixed_spotifyids:1" author="owright">
        <query>
            <![CDATA[
                WITH 'spotify:artist:' as prefix
                MATCH (lp:LabelParticipant)
                WHERE lp.spotifyId STARTS WITH prefix
                SET lp.spotifyId = substring(lp.spotifyId, size(prefix));
            ]]>
        </query>
    </changeset>
</changelog>
