src/hg/qaPushQ/pushQ.as 1.14
1.14 2009/11/18 19:38:56 galt
enlarging user field at Bobs request
Index: src/hg/qaPushQ/pushQ.as
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/qaPushQ/pushQ.as,v
retrieving revision 1.13
retrieving revision 1.14
diff -b -B -U 4 -r1.13 -r1.14
--- src/hg/qaPushQ/pushQ.as 27 Jan 2009 10:36:28 -0000 1.13
+++ src/hg/qaPushQ/pushQ.as 18 Nov 2009 19:38:56 -0000 1.14
@@ -37,9 +37,9 @@
table users
"PushQ Users"
(
- char[8] user; "User"
+ char[16] user; "User"
char[34] password; "Password"
char[8] role; "Role=admin,dev,qa"
lstring contents; "pushq-cart contents"
)