Home | History | Annotate | Download | only in searchcvs
      1 -- You can load this file into mysql using:
      2 -- $ mysql -u root -p < mysql-modelingschema.truncate
      3 
      4 USE `modeling`;
      5 TRUNCATE TABLE `bugs`;
      6 TRUNCATE TABLE `commits`;
      7 TRUNCATE TABLE `cvsfiles`;
      8 TRUNCATE TABLE `filetags`;
      9 TRUNCATE TABLE `tags`;
     10