--liquibase formatted cypher --changeset borisuvarov:1 MATCH (gp1:GlobalParticipant {id: '409e244c-846a-4a04-a2c7-da17098e36fa'}) MATCH (gp2:GlobalParticipant {id: '2878f31f-a732-4f1a-a44a-ce4d1d55910f'}) MERGE (gp1)-[:MERGED_TO]->(gp2) WITH gp1 CALL streams.publish('stream.globalParticipant.elasticSearch.adhocDelete', {id: gp1.id}) RETURN gp1