Mercurial > ~dholland > hg > swallowtail > index.cgi
changeset 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 | 44c1509055c7 |
children | e1017d556437 |
files | database/schema/bugs.sql |
diffstat | 1 files changed, 7 insertions(+), 5 deletions(-) [+] |
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;