diff options
author | terry%mozilla.org <> | 1999-05-06 06:18:38 +0200 |
---|---|---|
committer | terry%mozilla.org <> | 1999-05-06 06:18:38 +0200 |
commit | 5100352d43d8f1426360bbc3906d832c0447191b (patch) | |
tree | bd5934c1f0abf624e286e3f2fb85fb1b69e3fb01 /CHANGES | |
parent | daffcd74e36eab5a9813f5187329fb396f8d7b6d (diff) | |
download | bugzilla-5100352d43d8f1426360bbc3906d832c0447191b.tar.gz bugzilla-5100352d43d8f1426360bbc3906d832c0447191b.tar.xz |
Allow querying of bug creation times.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |