View Single Post
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 02-28-2010 , 17:09   Re: SourceBans 1.4.6 (Updated 12/23/09)
#2048

If you want to delete everything including the submissions and protests run these queries directly into the database and remove all files from the /demos folder.
Code:
TRUNCATE TABLE sb_bans;
TRUNCATE TABLE sb_banlog;
TRUNCATE TABLE sb_demos;
TRUNCATE TABLE sb_comments;
TRUNCATE TABLE sb_protests;
TRUNCATE TABLE sb_submissions;
__________________
Peace-Maker is offline