Closed
Bug 490488
Opened 16 years ago
Closed 16 years ago
Add Firefox 3.0.9, Firefox 3.0.10, and Firefox 3.5b4
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: whimboo, Unassigned)
References
()
Details
We are missing Firefox 3.0.9, Firefox 3.0.10, and Firefox 3.5b4 to run queries against the socorro database. Can you please add those versions?
Comment 1•16 years ago
|
||
I think these all need added:
3.0.8
3.0.9pre
3.0.9
3.0.10pre
3.0.10
3.0.11pre
3.5b4
3.5b5pre
Comment 2•16 years ago
|
||
We need the following run against production.
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');
Comment 3•16 years ago
|
||
Doing a hard refresh should now show these updates.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•13 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
You need to log in
before you can comment on or make changes to this bug.
Description
•