summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-05-06 06:18:38 +0200
committerterry%mozilla.org <>1999-05-06 06:18:38 +0200
commit5100352d43d8f1426360bbc3906d832c0447191b (patch)
treebd5934c1f0abf624e286e3f2fb85fb1b69e3fb01 /CHANGES
parentdaffcd74e36eab5a9813f5187329fb396f8d7b6d (diff)
downloadbugzilla-5100352d43d8f1426360bbc3906d832c0447191b.tar.gz
bugzilla-5100352d43d8f1426360bbc3906d832c0447191b.tar.xz
Allow querying of bug creation times.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 14336949b..eb2fbb78b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,12 @@ query the CVS tree. For example,
will tell you what has been changed in the last week.
+5/5/99 Added the ability to search by creation date. To make this perform
+well, you ought to do the following:
+
+ alter table bugs change column creation_ts creation_ts datetime not null, add index (creation_ts);
+
+
4/30/99 Added a new severity, "blocker". To get this into your running
Bugzilla, do the following: