Closed Bug 552438 Opened 14 years ago Closed 14 years ago

Run SQL on opentochoice *stage*

Categories

(mozilla.org Graveyard :: Server Operations, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: abuchanan, Assigned: fox2mike)

References

()

Details

For bug 551700,

Run this SQL on *stage* 
opentochoice.stage.m.c

https://bug551700.bugzilla.mozilla.org/attachment.cgi?id=432002

Thanks
Assignee: server-ops → shyam
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, 19 rows affected (0.07 sec)

Done on *stage* :p
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.