Index: /trunk/src/VBox/ValidationKit/testmanager/db/Makefile.kmk
===================================================================
--- /trunk/src/VBox/ValidationKit/testmanager/db/Makefile.kmk	(revision 61407)
+++ /trunk/src/VBox/ValidationKit/testmanager/db/Makefile.kmk	(revision 61408)
@@ -28,9 +28,13 @@
 # Need proper shell on windows.
 DEPTH = ../../../../..
-#include $(KBUILD_PATH)/header.kmk
+ifneq ($(wildcard $(DEPTH)/Config.kmk),)
+ include $(KBUILD_PATH)/header.kmk
+else
+ VBOX_BLD_PYTHON ?= python
+endif
 
 
 GENERATED_FILES = TestManagerDatabaseComments.pgsql
-PSQL := $(firstword $(which $(foreach pgver, 92 91 90,psql$(pgver)) ) psql)
+PSQL := $(firstword $(which $(foreach pgver, 95 94 93 92,psql$(pgver)) ) psql)
 PSQL_OPTS = -U postgres
 
Index: /trunk/src/VBox/ValidationKit/testmanager/db/TestManagerDatabaseComments.pgsql
===================================================================
--- /trunk/src/VBox/ValidationKit/testmanager/db/TestManagerDatabaseComments.pgsql	(revision 61407)
+++ /trunk/src/VBox/ValidationKit/testmanager/db/TestManagerDatabaseComments.pgsql	(revision 61408)
@@ -321,4 +321,8 @@
 
 
+COMMENT ON COLUMN TestCaseArgs.sSubName IS
+  'Optional variation sub-name.';
+
+
 COMMENT ON INDEX TestCaseArgsLookupIdx IS
   'The arguments are part of the primary key for several reasons.
