src/hg/lib/retroMrnaInfo.sql 1.2
1.2 2009/12/02 00:38:56 baertsch
add XX to handle version number
Index: src/hg/lib/retroMrnaInfo.sql
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/retroMrnaInfo.sql,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 4 -r1.1 -r1.2
--- src/hg/lib/retroMrnaInfo.sql 1 Mar 2007 00:01:41 -0000 1.1
+++ src/hg/lib/retroMrnaInfo.sql 2 Dec 2009 00:38:56 -0000 1.2
@@ -3,9 +3,9 @@
# an object which can be loaded and saved from RAM in a fairly
# automatic way.
#Retrogenes based on cDNA alignments that are expressed or processed pseudogenes.
-CREATE TABLE retroMrnaInfo (
+CREATE TABLE retroMrnaInfoXX (
chrom varchar(255) not null, # Reference sequence chromosome or scaffold col1
chromStart int unsigned not null, # pseudogene alignment start position col2
chromEnd int unsigned not null, # pseudogene alignment end position col3
name varchar(255) not null, # Name of pseudogene col4