]> andersk Git - sql-web.git/blob - reset.sql
git-svn-id: svn://presbrey.mit.edu/sql/mitsql@74 a142d4bd-2cfb-0310-9673-cb33a7e74f58
[sql-web.git] / reset.sql
1 TRUNCATE TABLE `DB`;
2 TRUNCATE TABLE `DBOwner`;
3 TRUNCATE TABLE `DBQuota`;
4 TRUNCATE TABLE `Group`;
5 TRUNCATE TABLE `GroupQuota`;
6 TRUNCATE TABLE `GroupStat`;
7 TRUNCATE TABLE `User`;
8 TRUNCATE TABLE `UserGroup`;
9 TRUNCATE TABLE `UserQuota`;
10 TRUNCATE TABLE `UserStat`;
This page took 0.027986 seconds and 5 git commands to generate.