[Rt-commit] r5546 - in Test-Chimps/trunk: .

zev at bestpractical.com zev at bestpractical.com
Fri Jul 7 23:42:40 EDT 2006


Author: zev
Date: Fri Jul  7 23:42:39 2006
New Revision: 5546

Modified:
   Test-Chimps/trunk/   (props changed)
   Test-Chimps/trunk/lib/Test/Chimps/Report.pm

Log:
 r11416 at galvatron:  zev | 2006-07-07 23:41:30 -0400
 * changed timestamp column type


Modified: Test-Chimps/trunk/lib/Test/Chimps/Report.pm
==============================================================================
--- Test-Chimps/trunk/lib/Test/Chimps/Report.pm	(original)
+++ Test-Chimps/trunk/lib/Test/Chimps/Report.pm	Fri Jul  7 23:42:39 2006
@@ -51,7 +51,7 @@
 column report_html                  => type is 'text';
 column model_structure              => type is 'text',
   filters are 'Jifty::DBI::Filter::Storable', 'Jifty::DBI::Filter::base64';
-column timestamp                    => type is 'date',
+column timestamp                    => type is 'timestamp',
   filters are 'Jifty::DBI::Filter::DateTime';
 column total_ok                     => type is 'integer';
 column total_passed                 => type is 'integer';


More information about the Rt-commit mailing list