Closed Bug 423188 Opened 17 years ago Closed 17 years ago

AMO prod DB updates

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

All
Other
task
Not set
normal

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!
Can this go at any time or does this need a downtime window? morgamic: approval?
Assignee: server-ops → aravind
This can go anytime.
Done.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Blocks: 422636
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.