Closed Bug 596030 Opened 15 years ago Closed 15 years ago

Run AMO blocklist query to block personas 1.6 for 3.6.*

Categories

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

All
Other
task
Not set
minor

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: morgamic, Assigned: oremj)

Details

Need to run the query from blocklist.sql in bug 590978. Query's here: https://bugzilla.mozilla.org/attachment.cgi?id=474747 r=rob_strong
I am fine with pushing this when ready.
Assignee: server-ops → jeremy.orem+bugs
mysql> insert into blitems (guid, min, max) values ('personas@christopher.beard', '1.6', '1.6'); Query OK, 1 row affected (0.04 sec) mysql> insert into blapps (guid, blitem_id, min, max) values ('{ec8030f7-c20a-464f-9b0e-13a3a9e97384}', (select max(id) from blitems where guid='personas@christopher.beard'), '3.6', '3.6.*'); Query OK, 1 row affected (0.00 sec)
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.