Ranaming a schema value

Let’s say I have a schema value with the name createdBy and want to rename it to whosClient or something like that. How would I go about migrating all old instances of createdBy to whosClient? Would I need to use the percolate:migrations package to do so?