--liquibase formatted cypher --changeset asukhorada:NR-NO-TICKET_remove_dup_3:1 UNWIND [ "464706d4-0113-4c92-90d5-7fe758b8d8a7", "92e1313f-ea7e-411a-ae19-cafcd46cf4db", "f6e7afeb-9bd6-4dd3-9542-ab224da76197", "3d640d8c-9f46-4c83-b546-5a4479108185" ] as cId MATCH(c:NrContribution:NrPerformance{id: cId}) DETACH DELETE c;