Worker, or any method really. It's more
Worker, or any method really. It's more of a "I need to clean up some data in the JSON objects" due to feature changes. I'm changing key names and flipping values essentially (blocked becomes allowed, so values must flip as well). The pool is still relatively small to just patch and be done, but large enough to "forget that" with manual adjustments. I know I could add a hot patch into the code to do it for them as used, but I'd prefer to not need to do that as it can make code ugly for a while, and there's no guarantee when they're all hit with it.
