XF 1.3 mysql query needed

tsak76

Active member
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
 
You don't need a query to empty a table.
Just click on [Empty] in PhpMyAdmin for the table in question.

empty.webp

Always take a backup first before doing any work on the database.
 
Top Bottom