I currently have a select field called "listing_visibility", and this field has two possible values: "Yes" and "No". I'm in a situation where I need to change the possible values to be "True" and "False", and then change all the old yes/no values to be true/false.
I think think all I need to do is update the values in the *_jsn_users table for the listing_visibility column, but that almost seems too easy. Is there a better way to do this and/or am I missing something?