Options
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;