src/hg/lib/genbankTables.as 1.7

1.7 2010/04/29 03:40:21 markd
fixed invalid autoSql that prevented descriptions from being displayed
Index: src/hg/lib/genbankTables.as
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/genbankTables.as,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -B -U 4 -r1.6 -r1.7
--- src/hg/lib/genbankTables.as	7 Jul 2009 18:05:11 -0000	1.6
+++ src/hg/lib/genbankTables.as	29 Apr 2010 03:40:21 -0000	1.7
@@ -13,18 +13,18 @@
     enum type;		"Full length ('mRNA') or EST ('EST')"
     string loadRelease;	"release version that was loaded"
     string loadUpdate;	"update that was loaded (date or 'full')"
     string accPrefix;   "first two characters of accessions (or empty)"
-    timestamp time;	"time that this entry was inserted"
-    boolean extFileUpdated;	"true if extFile has been updated"
+    string time;	"time that this entry was inserted"
+    ubyte extFileUpdated;	"true if extFile has been updated"
     )
 
 table gbStatus
 "GenBank version info for alignments in the database"
     (
     string acc;		"GenBank accession"
     short version;	"GenBank version number suffix"
-    date modDate;	"last modified date"
+    string modDate;	"last modified date"
     enum type;		"Full length ('mRNA') or EST ('EST')"
     enum srcDb;		"Source database: 'GenBank' or 'RefSeq'"
     enum orgCat;	"Organism category: this ('native') or other ('xeno')"
     uint gbSeq;		"ID/index in gbSeq table"
@@ -34,9 +34,9 @@
     string metaRelease;	"release version where the metadata was obtained"
     string metaUpdate;	"update where metadata was obtained (date or 'full')"
     string extRelease;	"release version containing the external file"
     string extUpdate;	"update containing the external file (date or 'full')"
-    timestamp time;	"time that this entry was inserted"
+    string time;	"time that this entry was inserted"
     )
 
 table mgcFullStatus
 "Status of full-CDS MGC clones"