2011-06-22, 02:07 AM
Accidentally deleted a user that wasn't meant to. I managed to restore his account and link his posts/threads back to his name, but he lost all of his Private Messages as well. I was wondering if there was a way I could link these back to him like I did with the posts/threads.
That was the query I used to link the posts back, do Private Messages work like this as well?
UPDATE mybb_posts SET uid = 'X' WHERE username = 'X'
That was the query I used to link the posts back, do Private Messages work like this as well?