diff database/schema/bugs.sql @ 41:81851564f552

The initial description, how_to_repeat, and fix go in the first message. Storing them separately only creates a pile of special cases.
author David A. Holland
date Sun, 15 Jun 2014 17:55:56 -0400
parents 45bb7b516edb
children 36d91dfe017f
line wrap: on
line diff
--- a/database/schema/bugs.sql	Sun Jun 15 17:54:11 2014 -0400
+++ b/database/schema/bugs.sql	Sun Jun 15 17:55:56 2014 -0400
@@ -64,11 +64,13 @@
 
 	-- contents
 	release text		,
-	environment text	,
-	description text	,
-	how_to_repeat text	,
-	fix text		,
-	unformatted text	
+	environment text
+
+	-- these appear as a message
+	--description text	,
+	--how_to_repeat text	,
+	--fix text		,
+	--unformatted text	
 
 )
 WITHOUT OIDS;