diff options
author | terry%netscape.com <> | 1999-02-03 10:46:50 +0000 |
---|---|---|
committer | terry%netscape.com <> | 1999-02-03 10:46:50 +0000 |
commit | 5ac3c944912d06910b0273dc801b04b981245ba3 (patch) | |
tree | 03d977fa86224dfce6481c003e8f9f775c0e66da /CHANGES | |
parent | 45bdc539bf1ab07333502d1ab63ae5c44dd05ddb (diff) | |
download | bugs-5ac3c944912d06910b0273dc801b04b981245ba3.tar bugs-5ac3c944912d06910b0273dc801b04b981245ba3.tar.gz bugs-5ac3c944912d06910b0273dc801b04b981245ba3.tar.bz2 bugs-5ac3c944912d06910b0273dc801b04b981245ba3.tar.xz bugs-5ac3c944912d06910b0273dc801b04b981245ba3.zip |
Added support for URLs that describe the milestones for various projects.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -10,6 +10,14 @@ query the CVS tree. For example, will tell you what has been changed in the last week. +2/2/99 Added a new column "milestoneurl" to the products table that gives a URL +which is to describe the currently defined milestones for a product. If you +don't use target milestone, you might be able to get away without adding this +column, but you might as well be safe and add it anyway: + + alter table products add column milestoneurl tinytext not null; + + 1/29/99 Whoops; had a mispelled op_sys. It was "Mac System 7.1.6"; it should be "Mac System 7.6.1". It turns out I had no bugs with this value set, so I could just do the below simple command. If you have bugs with this value, you |