blob: a5b06eefcf41d1b52bba5e1c337eac4306238a7d [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`;