comparison 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
comparison
equal deleted inserted replaced
40:44c1509055c7 41:81851564f552
62 --mail_subject text not null, 62 --mail_subject text not null,
63 --mail_msgid text not null, 63 --mail_msgid text not null,
64 64
65 -- contents 65 -- contents
66 release text , 66 release text ,
67 environment text , 67 environment text
68 description text , 68
69 how_to_repeat text , 69 -- these appear as a message
70 fix text , 70 --description text ,
71 unformatted text 71 --how_to_repeat text ,
72 --fix text ,
73 --unformatted text
72 74
73 ) 75 )
74 WITHOUT OIDS; 76 WITHOUT OIDS;