Closed Bug 422359 Opened 16 years ago Closed 16 years ago

Add blocklist record for FDM

Categories

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

All
Other
task
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: morgamic, Assigned: oremj)

Details

Need to run SQL to insert blocklist record:

insert into blitems(guid,min,max)
values('fdm_ffext@freedownloadmanager.org','1.0','1.3.1');
insert into blapps(blitem_id, guid, min, max) values((select id from blitems
where guid = 'fdm_ffext@freedownloadmanager.org'),
'{ec8030f7-c20a-464f-9b0e-13a3a9e97384}', '3.0a1', '*');
Assignee: server-ops → oremj
mysql> insert into blitems(guid,min,max)
    -> values('fdm_ffext@freedownloadmanager.org','1.0','1.3.1');
Query OK, 1 row affected (0.00 sec)

mysql> insert into blapps(blitem_id, guid, min, max) values((select id from blitems
    -> where guid = 'fdm_ffext@freedownloadmanager.org'),
    -> '{ec8030f7-c20a-464f-9b0e-13a3a9e97384}', '3.0a1', '*');
Query OK, 1 row affected (0.03 sec)
Status: NEW → RESOLVED
Closed: 16 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.