--liquibase formatted cypher --changeset cbeesley:1 runAlways:true MATCH (cm:ChartmetricAppleMusic:PublicTrack:Track {isrc: "USUM72510354"}) SET cm.name = "my muse", cm.lastModifiedAt = datetime(), cm.lastModifiedBy = 'database/IN-16357_leon_thomas_my_muse_reissue_name.cypher'; --changeset cbeesley:2 runAlways:true MATCH (gsr:GlobalSoundRecording {isrc: "USUM72510354"}) SET gsr.name = "my muse", gsr.lastModifiedAt = datetime(), gsr.lastModifiedBy = 'database/IN-16357_leon_thomas_my_muse_reissue_name.cypher';