<?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="PLATFORM-1867_change_profile_name:1" author="npatel">
        <query>MATCH (p:Profile) WHERE p.profileName STARTS WITH 'Artist Profile for ' set p.profileName = replace(p.profileName, 'Artist Profile for ', '') RETURN p</query>
    </changeset>
</changelog>
