src/hg/qaPushQ/pushQ.sql 1.14

1.14 2009/12/02 21:42:05 galt
oops get lockuser
Index: src/hg/qaPushQ/pushQ.sql
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/qaPushQ/pushQ.sql,v
retrieving revision 1.13
retrieving revision 1.14
diff -b -B -U 4 -r1.13 -r1.14
--- src/hg/qaPushQ/pushQ.sql	18 Nov 2009 19:38:56 -0000	1.13
+++ src/hg/qaPushQ/pushQ.sql	2 Dec 2009 21:42:05 -0000	1.14
@@ -31,9 +31,9 @@
     pushState char(1) not null,	# Push State = NYD = No, Yes, Done
     initdate char(10) not null,	# Initial Submission Date
     lastdate char(10) not null,	# Last QA Date
     bounces int unsigned not null,	# Bounce-count (num times bounced back to developer)
-    lockUser char(8) not null,	# User who has locked record, or empty string
+    lockUser char(16) not null,	# User who has locked record, or empty string
     lockDateTime char(16) not null,	# When user placed lock, or empty string
     releaseLog longblob not null,	# Release Log entry
     featureBits longblob not null,	# Feature Bits results
     releaseLogUrl longblob not null,	# Release Log URL