mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 21:33:43 +00:00
Oops; need extra directions to avoid problems when removing the "area" column.
This commit is contained in:
parent
3c2c5481bf
commit
e4ec856a08
@ -22,9 +22,14 @@ You must feed the following to MySQL:
|
|||||||
alter table bugs drop column area;
|
alter table bugs drop column area;
|
||||||
alter table bugs add column votes mediumint not null, add index (votes);
|
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
|
You then *must* delete the data/versioncache file when you make this
|
||||||
to update the cache. You can do this by visiting the sanitycheck.cgi
|
change, as it contains references to the "area" field. Deleting it is safe,
|
||||||
page, and taking it up on its offer to rebuild the votes stuff.
|
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
|
10/7/99 Added voting ability. You must run the new script
|
||||||
|
Loading…
Reference in New Issue
Block a user