--liquibase formatted cypher --changeset aoshomoji:IN-16807_remove_duplicate_vendor_access MATCH (i:Identity {email: 'dipesh.parmar@sonymusic.com'})-[:HAS_PROFILE]->(profile:Profile {profileType: 'InsightsProfile'}) MATCH (profile)-[r:DELETED_HAS_ACCESS_TO]->(v:Orchard:Vendor {id: '*'}) DELETE r;