<?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-8838_fix_artist_relationships:1" author="rshield" run-on-change="true">
        <query>
            MATCH (gp:GlobalParticipant {id: '0299dcce-519d-459d-a149-7cb2a3a3c698'})
            -[r:REPRESENTS]->(lp:LabelParticipant:Orchard {uuid: "c8c7f7d4-4148-4425-abfd-9abf72a90dee"})
            DELETE r
        </query>
    </changeset>
    <changeset id="DATA-8838_fix_artist_relationships:2" author="rshield" run-on-change="true">
        <query>
            MATCH (lp:LabelParticipant:Orchard {uuid: "c8c7f7d4-4148-4425-abfd-9abf72a90dee"})
            SET lp.spotifyId = '53UCUopHRBowldiFYqYdzA'
        </query>
    </changeset>
    <changeset id="DATA-8838_fix_artist_relationships:3" author="rshield" run-on-change="true">
        <query>
            MATCH (gp:GlobalParticipant {chartmetricId: 303919}),
            (lp:LabelParticipant:Orchard {uuid: "c8c7f7d4-4148-4425-abfd-9abf72a90dee"})
            CREATE (gp)-[r:REPRESENTS]->(lp)
        </query>
    </changeset>
</changelog>
