4e5eba3fb9816a979ca3acbb82e23c5a6d582142 braney Wed Nov 30 14:40:52 2011 -0800 add the hubPublic and hubStatus autoSql definitions diff --git src/hg/lib/hubStatus.as src/hg/lib/hubStatus.as new file mode 100644 index 0000000..7ed49f3 --- /dev/null +++ src/hg/lib/hubStatus.as @@ -0,0 +1,15 @@ + +table hubStatus +"Table of track data hub connection status." + ( + uint id; "Auto-incrementing hub ID" + lstring hubUrl; "URL to hub.ra file" + string shortLabel; "Hub short label." + string longLabel; "Hub long label." + uint dbCount; "Number of databases hub has data for." + string dbList; "Comma separated list of databases." + uint status; "1 if private" + 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." + )