From c6f80310afc00cf7d5114e638cbaaefde3914da0 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Fri, 8 Oct 1999 06:54:47 +0000 Subject: Added the ability for users to "vote" on which bugs they think should be fixed. --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 2c5f2994f..b71d84a87 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,13 @@ query the CVS tree. For example, will tell you what has been changed in the last week. +10/7/99 Added voting ability. You must run the new script +"makevotestable.sh". You must also feed the following to mysql: + + alter table products add column votesperuser smallint not null; + + + 9/15/99 Apparently, newer alphas of MySQL won't allow you to have "when" as a column name. So, I have had to rename a column in the bugs_activity table. You must feed the below to mysql or you won't -- cgit v1.2.3-24-g4f1b