From 5100352d43d8f1426360bbc3906d832c0447191b Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Thu, 6 May 1999 04:18:38 +0000 Subject: Allow querying of bug creation times. --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES') 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: -- cgit v1.2.3-24-g4f1b