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

"timestamp", not "date". from asau
author David A. Holland
date Thu, 19 Jul 2012 15:00:13 -0400
parents 68cc276ac118
children cd36b49f4437
line wrap: on
line diff
--- a/database/schema/logs.sql	Thu Mar 15 04:21:20 2012 -0400
+++ b/database/schema/logs.sql	Thu Jul 19 15:00:13 2012 -0400
@@ -4,7 +4,7 @@
 	who bigint		null references users (id),
 	pr bigint		not null references PRs (id),
 	change text		not null,       
-	when date		not null,
+	when timestamp		not null,
 	comment text		not null
 
 	-- if a message was posted, this is the one