<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="DS-4304_remove_hsa_relation:1" author="oefanova" run-on-change="true">
        <query>
            <![CDATA[
                MATCH (g:GlobalParticipant)-[:REPRESENTS]->(p:PublicParticipant)-[hsa:HAS_SOCIAL_ACCOUNT]->(psa:PublicSocialAccount)
                WHERE g.chartmetricId = 59210 and psa.platform = 'soundcloud'
                DELETE hsa
            ]]>
        </query>
    </changeset>
</changelog>

