加入测心网,获得更多

如果您有心理学背景,欢迎加入测心网,服务网友,获得打赏。如有意愿,请联系微信:57762787

wecenter彻底删除垃圾注册、提问和文章

wecenter版本为3.3.0
方法:SQL语句;
关键:除question数据表、article数据表、user数据表外,aws_posts_index数据表中的废数据也要删除,否则前台页面垃圾成堆;
删除aws_posts_index这个表中的废数据语句:

delete from aws_posts_index where post_type = 'article' and post_id not in (select id from aws_article);
delete from aws_posts_index where post_type = 'question' and post_id not in (select question_id from aws_question);

打赏作者,期待美好

打赏鼓励作者,为网友提供更多更好的测试。如未发现想要的测试,请联系微信:57762787

评论

2+6=

如有帮助,欢迎打赏!

微信扫一扫打赏