--liquibase formatted cypher --changeset kturner:NR-3170_contributor_name_update:1 MATCH(c:NrContributor:NrPerformance {id: "2ba1b0ee-3aa1-4518-8bc4-9e38cfa61a6e"}) SET c.forename = "Daniel", c.name = "Goffey, Daniel Robert", c.middleNames = ["Robert"], c.surname = "Goffey";