summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-02-04 04:00:12 +0100
committerterry%netscape.com <>1999-02-04 04:00:12 +0100
commit87712bc5dd025157d70cff67376a2092a9cda18f (patch)
tree9a5c7337fd89fb856cb3b91c548c55cd83628f3e /CHANGES
parent8840c4daf10d967440197e03eff0ba0da52dec53 (diff)
downloadbugzilla-87712bc5dd025157d70cff67376a2092a9cda18f.tar.gz
bugzilla-87712bc5dd025157d70cff67376a2092a9cda18f.tar.xz
Allow components to have a default qacontact.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8cd49cc71..3c2ec1307 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,14 @@ query the CVS tree. For example,
will tell you what has been changed in the last week.
+2/3/99 Added a new column "initialqacontact" to the components table that gives
+an initial QA contact field. It may be empty if you wish the initial qa
+contact to be empty. If you're not using the QA contact field, you don't need
+to add this column, but you might as well be safe and add it anyway:
+
+ alter table components add column initialqacontact tinytext not null;
+
+
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