b566a2ec68dae9171ed1c166c1ad473319efd062 braney Thu Dec 1 12:12:08 2011 -0800 add a firstAdded time to the hubStatus table. #5138 diff --git src/hg/lib/hubStatus.as src/hg/lib/hubStatus.as index 7ed49f3..d24873c 100644 --- src/hg/lib/hubStatus.as +++ src/hg/lib/hubStatus.as @@ -1,15 +1,16 @@ 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." + string firstAdded; "Time when hub was first added" )