From 19ca3aa8dbc4f551836cd0dac9150118c9128ee1 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Wed, 24 Mar 1999 06:32:19 +0000 Subject: Can now query for a specified field being changed at a specified time, optionally to a specified value. --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index d152a9ba1..7128e0ebb 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,11 @@ query the CVS tree. For example, will tell you what has been changed in the last week. +3/22/99 Added the ability to query by fields which have changed within a date +range. To make this perform a bit better, we need a new index: + + alter table bugs_activity add index (field); + 3/10/99 Added 'groups' stuff, where we have different group bits that we can put on a person or on a bug. Some of the group bits control access to bugzilla features. And a person can't access a bug unless he has every group bit set -- cgit v1.2.3-24-g4f1b