Closed Bug 523898 Opened 15 years ago Closed 15 years ago

Run query on AMO production database

Categories

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

All
Other
task
Not set
critical

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: morgamic, Assigned: fox2mike)

Details

Need to delete the .NET stuff from the blocklist.  Queries are:
delete from blitems where guid='{20a82645-c095-46ed-80e3-08825760534b}';
delete from blplugins where name='Windows Presentation Foundation';
(In reply to comment #0)
> delete from blitems where guid='{20a82645-c095-46ed-80e3-08825760534b}';

This query will likely affect 0 rows, since we already removed it.

> delete from blplugins where name='Windows Presentation Foundation';

This query will make me so happy I can hardy stand it.
less than three
And yeah, those were the results on the stage db, so that's expected.
Severity: minor → critical
Just this is fine, in that case:
delete from blplugins where name='Windows Presentation Foundation';
Assignee: server-ops → shyam
Done.

mysql> delete from blplugins where name='Windows Presentation Foundation';
Query OK, 1 row affected (0.01 sec)

Party on lads!
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.