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.