# HG changeset patch # User David A. Holland # Date 1402869356 14400 # Node ID 81851564f55291651c7674e9258188031df11771 # Parent 44c1509055c763075037cc8908b9942f61854bbd The initial description, how_to_repeat, and fix go in the first message. Storing them separately only creates a pile of special cases. diff -r 44c1509055c7 -r 81851564f552 database/schema/bugs.sql --- 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;