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

bobthemanbobtheman
edited January 2011 in Vanilla 2.0 - 2.8
i need to delete all discussions from my v2 install. What is the fastest way to do this.

Comments

  • MarkMark Vanilla Staff
    edited January 2011
    truncate table GDN_Comment;
    truncate table GDN_Discussion;
    truncate table GDN_Draft;
    truncate table GDN_UserDiscussion;
  • that worked, thanks
Sign In or Register to comment.