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

"timestamp", not "date". from asau
author David A. Holland
date Thu, 19 Jul 2012 15:00:13 -0400
parents 68cc276ac118
children 5bf0d6f732c1
line wrap: on
line diff
--- a/database/schema/messages.sql	Thu Mar 15 04:21:20 2012 -0400
+++ b/database/schema/messages.sql	Thu Jul 19 15:00:13 2012 -0400
@@ -20,7 +20,7 @@
 	pr bigint		not null references prs (id),
 	who bigint		not null references users (id),
 	parent_id bigint	null references messages (id),
-	when date		not null,
+	when timestamp		not null,
 	body text		not null,
 
 	-- we don't keep these directly, they go into an admin log entry