]> andersk Git - sql-web.git/blame - contrib/reset.sql
some util sql scripts
[sql-web.git] / contrib / reset.sql
CommitLineData
1389493c
JP
1TRUNCATE TABLE `DB`;
2TRUNCATE TABLE `DBOwner`;
3TRUNCATE TABLE `DBQuota`;
4TRUNCATE TABLE `Group`;
5TRUNCATE TABLE `GroupQuota`;
6TRUNCATE TABLE `GroupStat`;
7TRUNCATE TABLE `User`;
8TRUNCATE TABLE `UserGroup`;
9TRUNCATE TABLE `UserQuota`;
10TRUNCATE TABLE `UserStat`;
This page took 0.042944 seconds and 5 git commands to generate.