7d86e0ffbe4295c91220ff671c3eeb2009d41408 braney Sun Feb 25 11:09:39 2024 -0800 working on quickLift UI diff --git src/hg/lib/exportedDataHubs.as src/hg/lib/exportedDataHubs.as new file mode 100644 index 0000000..cf89ca4 --- /dev/null +++ src/hg/lib/exportedDataHubs.as @@ -0,0 +1,6 @@ +table exportedDataHubs +"registered data hubs for quickLift" + ( + uint id; " Auto-incrementing ID" + lstring path; "URL to data hub" + )