]> andersk Git - sql-web.git/blame_incremental - reset.sql
jbarnold: contact.php
[sql-web.git] / reset.sql
... / ...
CommitLineData
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.024567 seconds and 5 git commands to generate.