b3a76833aa84a341e86d0bacef2ff1f6b9b44851 hiram Thu Apr 23 14:30:24 2026 -0700 rename workflowId column to buildDir and expand its size refs #31811 diff --git src/hg/lib/ottoRequest.as src/hg/lib/ottoRequest.as index c080edfd641..97f34fbbd64 100644 --- src/hg/lib/ottoRequest.as +++ src/hg/lib/ottoRequest.as @@ -1,15 +1,15 @@ table ottoRequest "recording requests coming from from functions such as liftRequest" ( uint id; "Auto-incrementing request count" string requestType; "type of request: liftOver or assembly" string fromDb; "can be a database name or a GC[AF]_ GenArk accession" string toDb; "can be a database name or a GC[AF]_ GenArk accession" string email; "user email address" lstring comment; "other comments from the input form" string requestTime; "date time request was added" - ubyte doneStatus; "0 == pending, 1 == notified/in progress, 2 == complete" - string workflowId; "galaxy workflow ID" + ubyte doneStatus; "0 == pending, 1 == notified/in progress, 2 == complete, 3 == problems" + string buildDir; "build directory path for alignment workflow" string completeTime; "date time for process completed and user notified" )