blob: 9d8349c46b8fb7a134f5cb19603e6de592fde045 [file] [log] [blame]
-- You can load this file into mysql using:
-- $ mysql -u root -p < mysql-modelingschema.truncate
USE `modeling`;
TRUNCATE TABLE `bugs`;
TRUNCATE TABLE `commits`;
TRUNCATE TABLE `cvsfiles`;
TRUNCATE TABLE `filetags`;
TRUNCATE TABLE `tags`;