src/hg/qaPushQ/pushQ.sql 1.13

1.13 2009/11/18 19:38:56 galt
enlarging user field at Bobs request
Index: src/hg/qaPushQ/pushQ.sql
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/qaPushQ/pushQ.sql,v
retrieving revision 1.12
retrieving revision 1.13
diff -b -B -U 4 -r1.12 -r1.13
--- src/hg/qaPushQ/pushQ.sql	27 Jan 2009 10:36:28 -0000	1.12
+++ src/hg/qaPushQ/pushQ.sql	18 Nov 2009 19:38:56 -0000	1.13
@@ -42,9 +42,9 @@
 );
 
 #PushQ Users
 CREATE TABLE users (
-    user char(8) not null,	# User
+    user char(16) not null,	# User
     password char(34) not null,	# Password
     role char(8) not null,	# Role=admin,dev,qa
     contents longblob not null,	# pushq-cart contents
               #Indices