Closed
Bug 552564
Opened 15 years ago
Closed 15 years ago
Run SQL on opentochoice.org
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: abuchanan, Assigned: chizu)
References
()
Details
Need some SQL run on production.
Please make a backup and run,
https://bugzilla.mozilla.org/attachment.cgi?id=432002
Thanks
Backup made.
mysql> delete from wp_comments
-> where comment_ID in
-> (select element_id
-> from wp_icl_translations
-> where element_type='comment' and source_language_code is not null);
Query OK, 446 rows affected (0.14 sec)
Assignee: server-ops → thardcastle
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•15 years ago
|
||
Javier and Stephen, could you verify this please?
Reporter | ||
Comment 3•15 years ago
|
||
related to bug 551700
Comment 4•15 years ago
|
||
Looking good to me on http://opentochoice.org/2010/03/someone-right-now-is-wondering-what%E2%80%99s-this-browser-screen/#comments; were there other places that this was showing up?
Comment 5•15 years ago
|
||
Updated•12 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
•