--liquibase formatted cypher --changeset rshield:NR-3048_remove_track runOnChange:true UNWIND [ "UK8E21701105", "UK8E21701108", "UK8E21701106", "UK8E21701104" ] AS isrc MATCH(sr:NrSoundRecording {isrc: isrc}) <-[:IS_PLACEMENT_OF] -(t:NrTrack {submittedByVendorId: 49780}) <-[:INCLUDES]-(p:NrProduct) DETACH DELETE t;