--liquibase formatted cypher --changeset bburton:CCM-4207_rename_artist match (p: LabelParticipant {uuid: "39c5176f-c935-48f0-bc61-a50b5fc2f5b7"}) set p.name = 'NIX' return p; --rollback match (p: LabelParticipant {uuid: "39c5176f-c935-48f0-bc61-a50b5fc2f5b7"}) set p.name = 'Nix' return p;