Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+4 votes
301 views
in Q2A Core by
My QA has met a large number of spam answers to some question. After reviewing the site anti-spam policies, I decide to bulk delete spam contents using the following SQL querry:

delete from qa_posts where parentid=spam-post-id and userid is NULL;

But I forgot changing the type of spam content to hidden. This affects on QA stats, the total answer of question still includes spam content numbers.

How should I do to fix this issue ?
Q2A version: 1.7.2

Please log in or register to answer this question.

...