--liquibase formatted cypher --changeset jyang:reactivate_label_70945:1 MATCH (v:Vendor) WHERE v.vendorId = 70945 SET v.status = 'signed', v.lastModifiedBy = 'PLATFORM-4566', v.lastModifiedAt = datetime() RETURN v.status