Closed
Bug 389862
Opened 18 years ago
Closed 18 years ago
AMO SQL to be ran, to fix bug 389846
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wenzel, Assigned: reed)
References
()
Details
Please run the following on the AMO production database:
UPDATE reviews SET version_id = 34545 WHERE version_id = 33792;
It will fix bug 389846, so that the me.dium extension's reviews show up on the website again.
Assignee | ||
Updated•18 years ago
|
Assignee: server-ops → reed
Component: Server Operations: Web Content Push → Server Operations
Assignee | ||
Comment 1•18 years ago
|
||
mysql> UPDATE reviews SET version_id = 34545 WHERE version_id = 33792;
Query OK, 23 rows affected (0.02 sec)
Rows matched: 23 Changed: 23 Warnings: 0
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•18 years ago
|
||
Thanks, awesome.
Summary: AMO SQL to be ran, tu fix bug 389846 → AMO SQL to be ran, to fix bug 389846
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•