Closed
Bug 423188
Opened 17 years ago
Closed 17 years ago
AMO prod DB updates
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wenzel, Assigned: aravind)
References
Details
Please run the following SQL for us on the Remora production database, at your earliest convenience:
1) some SQL from bug 411363:
ALTER TABLE `addons` ADD `supporturl` INT( 11 ) UNSIGNED NULL DEFAULT NULL AFTER `homepage` ;
ALTER TABLE `addons` ADD INDEX ( `supporturl` ) ;
ALTER TABLE `addons` ADD FOREIGN KEY (`supporturl`) REFERENCES `translations` (`id`);
ALTER TABLE `addons` ADD `supportemail` INT( 11 ) UNSIGNED NULL DEFAULT NULL AFTER `homepage` ;
ALTER TABLE `addons` ADD INDEX ( `supportemail` ) ;
ALTER TABLE `addons` ADD FOREIGN KEY (`supportemail`) REFERENCES `translations` (`id`);
2) two attached SQL files, order *is* important
- attachment 308894 [details] (from bug 416779)
- attachment 309392 [details] (from bug 422636)
Let me know if you have any questions.
Thanks!
| Assignee | ||
Comment 1•17 years ago
|
||
Can this go at any time or does this need a downtime window?
morgamic: approval?
Assignee: server-ops → aravind
Comment 2•17 years ago
|
||
This can go anytime.
| Assignee | ||
Comment 3•17 years ago
|
||
Done.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•