# HG changeset patch
# User David A. Holland
# Date 1369710972 14400
# Node ID 7458a278cb64f4ca9839cd526293dc47dc6c2020
# Parent  12a4c9f885104be4bb77c256966efb897f9dbb82
forgot modified_date

diff -r 12a4c9f88510 -r 7458a278cb64 database/schema/bugs.sql
--- a/database/schema/bugs.sql	Mon May 27 23:15:55 2013 -0400
+++ b/database/schema/bugs.sql	Mon May 27 23:16:12 2013 -0400
@@ -27,6 +27,7 @@
 	-- fixed-size history
 	arrival_schemaversion int  not null,
 	arrival_date timestamp	not null,
+	modified_date timestamp	not null,
 	closed_date timestamp	,
 
 	-- original submitter