src/hg/lib/metaInfo.as 1.2

1.2 2010/04/29 03:40:21 markd
fixed invalid autoSql that prevented descriptions from being displayed
Index: src/hg/lib/metaInfo.as
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/metaInfo.as,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 1000000 -r1.1 -r1.2
--- src/hg/lib/metaInfo.as	7 Nov 2006 00:37:54 -0000	1.1
+++ src/hg/lib/metaInfo.as	29 Apr 2010 03:40:21 -0000	1.2
@@ -1,7 +1,7 @@
 table metaInfo
 "lastAccessed statistics for customTrash DB tables"
     (
     string name;       "customTrash table name"
     int useCount;      "Number of times this table used"
-    datetime lastUse;  "table most-recent-usage date."
+    string lastUse;  "table most-recent-usage date."
     )