src/hg/lib/pgSnp.sql 1.3
1.3 2009/10/12 16:32:18 angie
Fixed INDEX.
Index: src/hg/lib/pgSnp.sql
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/pgSnp.sql,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/hg/lib/pgSnp.sql 17 Jun 2008 21:49:52 -0000 1.2
+++ src/hg/lib/pgSnp.sql 12 Oct 2009 16:32:18 -0000 1.3
@@ -13,6 +13,6 @@
alleleCount int not null, # number of alleles
alleleFreq varchar(255) not null, # comma separated list of frequency of each allele
alleleScores varchar(255) not null, # comma separated list of quality scores
#Indices
- INDEX(bin)
+ INDEX(chrom,bin)
);