Closed
Bug 406388
Opened 17 years ago
Closed 17 years ago
AMO feature list is expired (need to run sql)
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: clouserw, Unassigned)
References
()
Details
Our features list expired this morning, which means clicking "recommended add-ons" brings back nothing in the list, and our front page doesn't have an add-on on it. I'm filing this bug for AMO so people can get it if they're watching the QA contact, and then I'm flipping it to server ops.
Reporter | ||
Comment 1•17 years ago
|
||
IT, would you please run the following query on the AMO db:
UPDATE features SET end="2008-06-01 00:00:00", modified=NOW();
That should match 43 rows.
Assignee: nobody → server-ops
Component: Public Pages → Server Operations: Web Content Push
Product: addons.mozilla.org → mozilla.org
QA Contact: web-ui → justin
Version: 3.0 → other
Comment 2•17 years ago
|
||
mysql> UPDATE features SET end="2008-06-01 00:00:00", modified=NOW();
Query OK, 43 rows affected (0.10 sec)
Rows matched: 43 Changed: 43 Warnings: 0
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•