Index: /trunk/src/VBox/ValidationKit/testmanager/db/partial-db-dump.py
===================================================================
--- /trunk/src/VBox/ValidationKit/testmanager/db/partial-db-dump.py	(revision 61264)
+++ /trunk/src/VBox/ValidationKit/testmanager/db/partial-db-dump.py	(revision 61265)
@@ -241,5 +241,5 @@
             cRows = oDb.fetchOne()[0];
             cMaxRows = 0;
-            if sTable in [ 'TestResultStrTab', 'Users' ]:        cMaxRows =  1;
+            if sTable in [ 'SchedGroups', 'TestResultStrTab', 'Users' ]:    cMaxRows =  1;
             if cRows > cMaxRows:
                 print 'error: Table %s has %u rows which is more than %u - refusing to delete and load.' \
@@ -249,5 +249,5 @@
 
         print 'Dropping default table content...\n'
-        for sTable in [ 'TestResultStrTab', 'Users']:
+        for sTable in [ 'SchedGroups', 'TestResultStrTab', 'Users']:
             oDb.execute('DELETE FROM ' + sTable);
 
