Mercurial > ~dholland > hg > swallowtail > index.cgi
comparison database/schema/bugs.sql @ 32:7458a278cb64
forgot modified_date
author | David A. Holland |
---|---|
date | Mon, 27 May 2013 23:16:12 -0400 |
parents | cd36b49f4437 |
children | 68a4f2d8930e |
comparison
equal
deleted
inserted
replaced
31:12a4c9f88510 | 32:7458a278cb64 |
---|---|
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 timestamp not null, | 29 arrival_date timestamp not null, |
30 modified_date timestamp not null, | |
30 closed_date timestamp , | 31 closed_date timestamp , |
31 | 32 |
32 -- original submitter | 33 -- original submitter |
33 originator bigint references users (id), | 34 originator bigint references users (id), |
34 | 35 |