src/hg/lib/targetDb.as 1.3

1.3 2010/04/29 03:40:21 markd
fixed invalid autoSql that prevented descriptions from being displayed
Index: src/hg/lib/targetDb.as
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/targetDb.as,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 1000000 -r1.2 -r1.3
--- src/hg/lib/targetDb.as	10 Nov 2008 21:00:52 -0000	1.2
+++ src/hg/lib/targetDb.as	29 Apr 2010 03:40:21 -0000	1.3
@@ -1,14 +1,14 @@
 table targetDb
 "Description of non-genomic target sequences (e.g. native mRNAs for PCR)"
     (
     string name;	"Identifier for this target"
     string description;	"Brief description for select box"
     string db;		"Database to which target has been mapped"
     string pslTable;    "PSL table in db that maps target coords to db coords"
     string seqTable;    "Table in db that has extFileTable indices of target sequences"
     string extFileTable; "Table in db that has .id, .path, and .size of target sequence files"
     string seqFile;	"Target sequence file path (typically /gbdb/$db/targetDb/$name.2bit)"
     float priority;     "Relative priority compared to other targets for same db (smaller numbers are higher priority)"
-    timestamp time;	"Time at which this record was updated -- should be newer than db tables (so should blat server)"
+    string time;	"Time at which this record was updated -- should be newer than db tables (so should blat server)"
     lstring settings;	".ra-formatted metadata"
     )