T tsak76 Active member Apr 18, 2014 #1 i imported custom profile fields from vb but had to make some changes. i d like the query to delete all values from the db so users can re set their custom profile fields user_field table is the table i need to change
i imported custom profile fields from vb but had to make some changes. i d like the query to delete all values from the db so users can re set their custom profile fields user_field table is the table i need to change
Jake Bunce Well-known member Apr 18, 2014 #2 Empty this table: xf_user_field_value Then rebuild the user cache: Admin CP -> Tools -> Rebuild Caches That should do it. Upvote 0 Downvote
Empty this table: xf_user_field_value Then rebuild the user cache: Admin CP -> Tools -> Rebuild Caches That should do it.
T tsak76 Active member Apr 18, 2014 #3 Jake Bunce said: Empty this table: xf_user_field_value Then rebuild the user cache: Admin CP -> Tools -> Rebuild Caches That should do it. Click to expand... ok but whats the query to do so Upvote 0 Downvote
Jake Bunce said: Empty this table: xf_user_field_value Then rebuild the user cache: Admin CP -> Tools -> Rebuild Caches That should do it. Click to expand... ok but whats the query to do so
P Paul B XenForo moderator Staff member Apr 18, 2014 #4 You don't need a query to empty a table. Just click on [Empty] in PhpMyAdmin for the table in question. Always take a backup first before doing any work on the database. Upvote 0 Downvote
You don't need a query to empty a table. Just click on [Empty] in PhpMyAdmin for the table in question. Always take a backup first before doing any work on the database.