src/hg/lib/ucscRetroCds.sql 1.2

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