src/hg/lib/ucscRetroCds.sql 1.3

1.3 2009/12/02 01:34:24 baertsch
change cds from varchar(255) to varchar(512)
Index: src/hg/lib/ucscRetroCds.sql
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/ucscRetroCds.sql,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/hg/lib/ucscRetroCds.sql	2 Dec 2009 00:46:10 -0000	1.2
+++ src/hg/lib/ucscRetroCds.sql	2 Dec 2009 01:34:24 -0000	1.3
@@ -1,6 +1,6 @@
 # gene symbol list of ucscRetroCds
 CREATE TABLE ucscRetroCds (
     id varchar(40),	# Gene id with version
-    cds varchar(255),	# cds
+    cds varchar(512),	# cds
     KEY(id)
 );