diff database/schema/bugs.sql @ 12:d4c3bd255653

"timestamp", not "date". from asau
author David A. Holland
date Thu, 19 Jul 2012 15:00:13 -0400
parents 1720f45dd495
children cd36b49f4437
line wrap: on
line diff
--- a/database/schema/bugs.sql	Thu Mar 15 04:21:20 2012 -0400
+++ b/database/schema/bugs.sql	Thu Jul 19 15:00:13 2012 -0400
@@ -26,8 +26,8 @@
 
 	-- fixed-size history
 	arrival_schemaversion int  not null,
-	arrival_date date	not null,
-	closed_date date	,
+	arrival_date timestamp	not null,
+	closed_date timestamp	,
 
 	-- original submitter
 	originator bigint	references users (id),