5ea72e59393fe62ab71be06204222a3648a94c49
kent
  Tue Dec 7 13:28:01 2010 -0800
Making hubConnect.as and hubConnect.sql.  This is _not_ done by autoSql since we just want field-by-field access of this in the code.
diff --git src/hg/lib/hubConnect.as src/hg/lib/hubConnect.as
new file mode 100644
index 0000000..c079bde
--- /dev/null
+++ src/hg/lib/hubConnect.as
@@ -0,0 +1,13 @@
+
+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."
+    )