comparison database/schema/messages.sql @ 13:5bf0d6f732c1

fix thinko.
author David A. Holland
date Thu, 19 Jul 2012 15:16:45 -0400
parents d4c3bd255653
children cd36b49f4437
comparison
equal deleted inserted replaced
12:d4c3bd255653 13:5bf0d6f732c1
27 --from_address text not null, 27 --from_address text not null,
28 --mail_subject text not null, 28 --mail_subject text not null,
29 --message_id text not null, 29 --message_id text not null,
30 rawid bigint null references rawmail (id) 30 rawid bigint null references rawmail (id)
31 31
32 check (parent_id != commentid) 32 check (parent_id != id)
33 ) 33 )
34 WITHOUT OIDS; 34 WITHOUT OIDS;
35 35
36 -- for patches and mime-attachments 36 -- for patches and mime-attachments
37 -- if msgid is null, attachment came with original PR 37 -- if msgid is null, attachment came with original PR