4e5eba3fb9816a979ca3acbb82e23c5a6d582142
braney
  Wed Nov 30 14:40:52 2011 -0800
add the hubPublic and hubStatus autoSql definitions
diff --git src/hg/lib/hubPublic.as src/hg/lib/hubPublic.as
new file mode 100644
index 0000000..f18a985
--- /dev/null
+++ src/hg/lib/hubPublic.as
@@ -0,0 +1,11 @@
+
+table hubPublic
+"Table of public track data hub connections."
+    (
+    lstring hubUrl; "URL to hub.ra file"
+    string shortLabel;	"Hub short label."
+    string longLabel;	"Hub long label."
+    string registrationTime; "Time first registered"
+    uint dbCount;	"Number of databases hub has data for."
+    string dbList; "Comma separated list of databases."
+    )