src/hg/lib/history.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/history.as
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/history.as,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 4 -r1.1 -r1.2
--- src/hg/lib/history.as 17 Mar 2006 23:57:14 -0000 1.1
+++ src/hg/lib/history.as 29 Apr 2010 03:40:21 -0000 1.2
@@ -5,7 +5,7 @@
uint startId; "First extFile index affected by this action (or 0)"
uint endId; "Last extFile index affected by this action (or 0)"
string who; "Unix userID that performed this action"
string what; "Brief description of what table(s) were loaded"
- timestamp modTime; "Time of action"
+ string modTime; "Time of action"
string errata; "Any after-the-fact comments about changes"
)