UPDATE xf_thread SET first_react_users = 'a:0:{}' WHERE first_react_users is NULL;
UPDATE xf_conversation_master SET first_react_users = 'a:0:{}' WHERE first_react_users is NULL;
UPDATE xf_conversation_message SET react_users = 'a:0:{}' WHERE react_users is NULL;
UPDATE xf_profile_post SET react_users = 'a:0:{}' WHERE react_users is NULL;
UPDATE xf_profile_post_comment SET react_users = 'a:0:{}' WHERE react_users is NULL;