aboutsummaryrefslogtreecommitdiff
path: root/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/mysql-modelingschema.truncate
blob: 9d8349c46b8fb7a134f5cb19603e6de592fde045 (plain)
1
2
3
4
5
6
7
8
9
-- 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`;