<?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="ARTARCH-419_delete_artist_duplicates:1" author="savva" run-on-change="true">
        <query>
            MATCH (ai:ArtistInfo)--(lp:LabelParticipant)
            WHERE ai.id IN [2088478, 2091595, 2097693, 2097695]
            DETACH DELETE ai, lp
        </query>
    </changeset>
</changelog>
