Closed Bug 483065 Opened 15 years ago Closed 15 years ago

[3/17] Run SQL on AMO to rename Firefox 3.5 versions

Categories

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

All
Other
task
Not set
blocker

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: fligtar, Assigned: oremj)

References

Details

On 3/17, please run the following SQL on AMO production:

UPDATE appversions SET version='3.5b4pre' WHERE id=266;
UPDATE appversions SET version='3.6a1pre' WHERE id=258;
One small thing:

Please wait for Sam Sidler's go-ahead before doing this as he'll know when the time is right...
3.5b4pre builds are now available. Please run this sql. (aka, "go")
Severity: normal → blocker
Assignee: server-ops → oremj
mysql> UPDATE appversions SET version='3.5b4pre' WHERE id=266;
Query OK, 1 row affected (0.06 sec)
Rows matched: 1  Changed: 1  Warnings: 0

mysql> UPDATE appversions SET version='3.6a1pre' WHERE id=258;
Query OK, 1 row affected (0.01 sec)
Rows matched: 1  Changed: 1  Warnings: 0
Status: NEW → RESOLVED
Closed: 15 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.