src/hg/instinct/hgMicroscope/microscope.sql 1.2

1.2 2010/02/27 01:09:03 cszeto
featureDb support
Index: src/hg/instinct/hgMicroscope/microscope.sql
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/hgMicroscope/microscope.sql,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 4 -r1.1 -r1.2
--- src/hg/instinct/hgMicroscope/microscope.sql	10 Feb 2010 19:48:55 -0000	1.1
+++ src/hg/instinct/hgMicroscope/microscope.sql	27 Feb 2010 01:09:03 -0000	1.2
@@ -21,8 +21,9 @@
 #Info on a batch of images submitted at once
 CREATE TABLE submissionSet (
     id int auto_increment not null,     # ID of submission set
     name varchar(255) not null,  # Name of submission set
+    featureDb varchar(255) not null,    # name of featureDb 
     contributors longblob not null,     # Comma separated list of contributors in format Kent W.J., Wu F.Y.
     submissionSource int not null, # Source of this submission
     privateUser int not null,   # ID of user allowed to view. If 0 all can see.
     copyright int not null,     # Copyright notice