From 865140e021a0447e3ea2ae37cc0f59e21efb110f Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" Date: Mon, 11 Oct 1999 17:41:47 +0000 Subject: [PATCH] Oops; need extra directions to avoid problems when removing the "area" column. git-svn-id: svn://10.0.0.236/trunk@50343 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/CHANGES | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/mozilla/webtools/bugzilla/CHANGES b/mozilla/webtools/bugzilla/CHANGES index b7c7abe767e..24a6554ba05 100644 --- a/mozilla/webtools/bugzilla/CHANGES +++ b/mozilla/webtools/bugzilla/CHANGES @@ -22,9 +22,14 @@ You must feed the following to MySQL: alter table bugs drop column area; alter table bugs add column votes mediumint not null, add index (votes); -If you have been using the voting feature at all, then you will need -to update the cache. You can do this by visiting the sanitycheck.cgi -page, and taking it up on its offer to rebuild the votes stuff. +You then *must* delete the data/versioncache file when you make this +change, as it contains references to the "area" field. Deleting it is safe, +bugzilla will correctly regenerate it. + +If you have been using the voting feature at all, then you will then +need to update the voting cache. You can do this by visiting the +sanitycheck.cgi page, and taking it up on its offer to rebuild the +votes stuff. 10/7/99 Added voting ability. You must run the new script