Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
delete all discussions
i need to delete all discussions from my v2 install. What is the fastest way to do this.
0
Comments
truncate table GDN_Discussion;
truncate table GDN_Draft;
truncate table GDN_UserDiscussion;