--liquibase formatted cypher --changeset asukhorada:NR-2927_delete_relationship:1 UNWIND [ "1ec53c46-795c-4a03-a698-41cdb318657b", "68dba518-fc5c-4f98-8af5-1e000deae57d" ] as cId MATCH(c:NrContribution:NrPerformance{id: cId})<-[r:IS_SESSION_MUSICIAN]-(:NrContributor) DELETE r;