8ccceea1c52492b6a869af8de3190a387d4b6550
braney
  Tue Mar 12 13:41:09 2024 -0700
added exportedDataHubs dialog and code to deal with quickLifted hubs

diff --git src/hg/lib/exportedDataHubs.as src/hg/lib/exportedDataHubs.as
index cf89ca4..40bd8e4 100644
--- src/hg/lib/exportedDataHubs.as
+++ src/hg/lib/exportedDataHubs.as
@@ -1,6 +1,9 @@
 table exportedDataHubs
 "registered data hubs for quickLift"
     (
     uint id;            " Auto-incrementing ID"
+    string db;          "Native assembly"
+    string label;       "Label"
+    string description; "Description"
     lstring path;	"URL to data hub"
     )