comparison database/schema/bugs.sql @ 12:d4c3bd255653

"timestamp", not "date". from asau
author David A. Holland
date Thu, 19 Jul 2012 15:00:13 -0400
parents 1720f45dd495
children cd36b49f4437
comparison
equal deleted inserted replaced
11:d42c0db81e28 12:d4c3bd255653
24 -- should always return empty. 24 -- should always return empty.
25 -- (no PR should be locked unless it is closed) 25 -- (no PR should be locked unless it is closed)
26 26
27 -- fixed-size history 27 -- fixed-size history
28 arrival_schemaversion int not null, 28 arrival_schemaversion int not null,
29 arrival_date date not null, 29 arrival_date timestamp not null,
30 closed_date date , 30 closed_date timestamp ,
31 31
32 -- original submitter 32 -- original submitter
33 originator bigint references users (id), 33 originator bigint references users (id),
34 34
35 -- original submission 35 -- original submission