Index: /trunk/src/VBox/ValidationKit/testmanager/db/tmdb-r21-testsets-4.pgsql
===================================================================
--- /trunk/src/VBox/ValidationKit/testmanager/db/tmdb-r21-testsets-4.pgsql	(revision 61474)
+++ /trunk/src/VBox/ValidationKit/testmanager/db/tmdb-r21-testsets-4.pgsql	(revision 61475)
@@ -270,4 +270,7 @@
 \prompt "Update python files while everything is locked. Hurry!"  dummy
 
+-- Grant access to the new table.
+GRANT ALL PRIVILEGES ON TABLE TestSets TO testmanager;
+
 COMMIT;
 
