summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-10-12 02:41:47 +0200
committerterry%mozilla.org <>1999-10-12 02:41:47 +0200
commit08bf945854fdb2eebe6a583a6a65a36df50b6ae5 (patch)
tree4663b343f5869e9c8ae9ca478c82925bfed1f361 /CHANGES
parentd1ccde5b60c9653a8483266ab7816afc480e8d35 (diff)
downloadbugzilla-08bf945854fdb2eebe6a583a6a65a36df50b6ae5.tar.gz
bugzilla-08bf945854fdb2eebe6a583a6a65a36df50b6ae5.tar.xz
Oops; need extra directions to avoid problems when removing the "area" column.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 8 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index b7c7abe76..24a6554ba 100644
--- a/CHANGES
+++ b/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