--liquibase formatted cypher --changeset stiphout:CCM-2244-fix-altafonte-label_participant-spotify-id MATCH (lp: LabelParticipant {uuid: '00afe6ec-23fa-4fea-8eee-c930704a8039'}) SET lp.spotifyId = '33jFO9W9LzOFYLwdPcs97O' RETURN lp; --rollback MATCH (lp: LabelParticipant {uuid: '00afe6ec-23fa-4fea-8eee-c930704a8039'}) --rollback SET lp.spotifyId = NULL --rollback RETURN lp;