<?xml version="1.0" encoding="UTF-8"?>
<databaseChangeLog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                   xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
                   xmlns:neo4j="http://www.liquibase.org/xml/ns/dbchangelog-ext"
                   xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd">
    <changeSet id="CCM-2723-remove-artist-spotify-uri-fix:1" author="sergio.martin">
        <neo4j:cypher>
        <![CDATA[
            MATCH (lp:LabelParticipant {uuid: "d57c3962-a903-4e08-bf46-2c1aca528ade"})
            REMOVE lp.spotifyId
        ]]>
        </neo4j:cypher>
    </changeSet>
</databaseChangeLog>
