73df4b22477525c05614cff79595806231dd64ed hiram Mon Jan 19 14:03:15 2026 -0800 starting the hgcentral table ottoRequest to record lift over request refs #31811 diff --git src/hg/lib/ottoRequest.as src/hg/lib/ottoRequest.as new file mode 100644 index 00000000000..91a65e7c857 --- /dev/null +++ src/hg/lib/ottoRequest.as @@ -0,0 +1,11 @@ +table ottoRequest +"recording requests coming from from functions such as liftRequest" + ( + uint id; "Auto-incrementing request count" + 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" + ) +