]> andersk Git - sql-web.git/blob - reset.sql
login remember username
[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.070364 seconds and 5 git commands to generate.