Closed Bug 490646 Opened 16 years ago Closed 16 years ago

Production Socorro execute SQL to add Firefox Versions

Categories

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

All
Other
task
Not set
critical

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ozten, Assigned: chizu)

References

Details

Please execute the following SQL in production. It will updated the crash-stats search box with new Firefox versions. INSERT INTO branches (product, version, branch) VALUES('Firefox', '3.0.8', '1.9'); INSERT INTO branches (product, version, branch) VALUES('Firefox', '3.0.9pre', '1.9'); INSERT INTO branches (product, version, branch) VALUES('Firefox', '3.0.9', '1.9'); INSERT INTO branches (product, version, branch) VALUES('Firefox', '3.0.10pre', '1.9'); INSERT INTO branches (product, version, branch) VALUES('Firefox', '3.0.10', '1.9'); INSERT INTO branches (product, version, branch) VALUES('Firefox', '3.0.11pre', '1.9'); INSERT INTO branches (product, version, branch) VALUES('Firefox', '3.5b4', '1.9.1'); INSERT INTO branches (product, version, branch) VALUES('Firefox', '3.5b5pre', '1.9.1');
Blocks: 490488
Assignee: server-ops → thardcastle
Done
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
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.