<?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="IN-13150_delete_redundant_gp_node:1" author="ovarnytskyi" run-always="true">
        <query>
            MATCH (gp:GlobalParticipant {id: 'dce6d1be-297d-4b10-a6c5-050e88ac4540'})
            CALL streams.publish('stream.globalParticipant.elasticSearch.adhocDelete', {id: gp.id})
            RETURN gp;
        </query>
    </changeset>
    <changeset id="IN-13150_delete_redundant_gp_node:2" author="ovarnytskyi" run-always="true">
        <query>
            MATCH (gp:GlobalParticipant {id: 'dce6d1be-297d-4b10-a6c5-050e88ac4540'})
            DETACH DELETE gp;
        </query>
    </changeset>
</changelog>
