From 7e09e00f869daae2335bc18768927ca4586417b7 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 29 Oct 2007 13:22:40 -0500 Subject: [PATCH] Fix for setting datetime columns to date Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- reports/dictionary.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reports/dictionary.pl b/reports/dictionary.pl index addb01a565..d8c5ab945b 100755 --- a/reports/dictionary.pl +++ b/reports/dictionary.pl @@ -109,7 +109,7 @@ elsif ($phase eq 'New Term step 4'){ $tmp_hash{'distinct'} = 1; } - if ($type eq 'DATE'){ + if ($type eq 'DATE' || $type eq 'DATETIME'){ $tmp_hash{'date'}=1; } if ($type eq 'TEXT'){ -- 2.39.5