e662bb5d015c6163c4075fde9bc2eb59e6463c59
kent
  Tue Dec 14 15:55:16 2010 -0800
Adding genome and assembly to hgHubConnect, and a submit button.  Adding dbList to hubConnect table.
diff --git src/hg/lib/hubConnect.as src/hg/lib/hubConnect.as
index c079bde..94bb750 100644
--- src/hg/lib/hubConnect.as
+++ src/hg/lib/hubConnect.as
@@ -1,13 +1,15 @@
 
 table hubConnect
 "Table of track data hub connections."
     (
     uint id;	"Auto-incrementing hub ID"
     string shortLabel;	"Hub short label."
     string longLabel;	"Hub long label."
     lstring hubUrl; "URL to hub.ra file"
     string registrationTime; "Time first registered"
     string lastOkTime;	"Time when hub last was ok"
     string lastNotOkTime; "Time when hub last was not ok"
     lstring errorMessage; "If non-empty contains last error message from hub. If empty hub is ok."
+    uint dbCount;	"Number of databases hub has data for."
+    string dbList[dbCount]; "Comma separated list of databases."
     )