src/hg/qaPushQ/pushQ.as 1.15
1.15 2009/12/02 21:42:04 galt
oops get lockuser
Index: src/hg/qaPushQ/pushQ.as
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/qaPushQ/pushQ.as,v
retrieving revision 1.14
retrieving revision 1.15
diff -b -B -U 1000000 -r1.14 -r1.15
--- src/hg/qaPushQ/pushQ.as 18 Nov 2009 19:38:56 -0000 1.14
+++ src/hg/qaPushQ/pushQ.as 2 Dec 2009 21:42:04 -0000 1.15
@@ -1,45 +1,45 @@
table pushQ
"Push Queue"
(
char [6] qid; "Queue Id"
char [6] pqid; "Parent Queue Id if split off another"
char [1] priority; "Priority"
uint rank; "Rank for display sort"
char [10] qadate; "QA (re)-submission date"
char [1] newYN; "new (track)?"
string track; "Track"
string dbs; "Databases"
lstring tbls; "Tables"
string cgis; "CGI(s)"
lstring files; "File(s)"
uint sizeMB; "Size MB"
char [20] currLoc; "Current Location"
char [1] makeDocYN; "MakeDoc verified?"
char [50] onlineHelp; "Online Help"
char [1] ndxYN; "Index verified?"
char [1] joinerYN; "all.joiner verified?"
string stat; "Status"
char [50] sponsor; "Sponsor"
char [50] reviewer; "QA Reviewer"
char [128] extSource; "External Source"
lstring openIssues; "Open issues"
lstring notes; "Notes"
char [1] pushState; "Push State = NYD = No, Yes, Done"
char [10] initdate; "Initial Submission Date"
char [10] lastdate; "Last QA Date"
uint bounces; "Bounce-count (num times bounced back to developer)"
- char[8] lockUser; "User who has locked record, or empty string"
+ char[16] lockUser; "User who has locked record, or empty string"
char[16] lockDateTime; "When user placed lock, or empty string"
lstring releaseLog; "Release Log entry"
lstring featureBits;"Feature Bits results"
lstring releaseLogUrl; "Release Log URL"
)
table users
"PushQ Users"
(
char[16] user; "User"
char[34] password; "Password"
char[8] role; "Role=admin,dev,qa"
lstring contents; "pushq-cart contents"
)