Quote:
Originally Posted by D.Ilyin
PROBLEM:
Someone bad man (as logged user) came to forum and add above 1000 THANKS for posts in different threads. He was banned but.....
QUESTION:
What SQL query i must run additionaly to that one:
Code:
DELETE FROM `post_thanks` WHERE `userid` = XXXX
Because others counters (like post thank's) are still in threads.
|
Yes. That would be the right query to remove all thanks given by that user.