Closed Bug 498471 Opened 15 years ago Closed 15 years ago

Run SQL for blocklist entry on AMO database

Categories

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

All
Other
task
Not set
minor

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: morgamic, Assigned: oremj)

References

Details

insert into blitems values (6, '{3f963a5b-e555-4543-90e2-c3908898db71}', ' ', '8.0', null, now(), now());
insert into blapps values (null, 6, '{ec8030f7-c20a-464f-9b0e-13a3a9e97384}', '3.1a1', '*', now(), now());

This is for bug 479095
Blocks: 479095
Assignee: server-ops → oremj
mysql> insert into blitems values (6, '{3f963a5b-e555-4543-90e2-c3908898db71}', ' ',
    -> '8.0', null, now(), now());
Query OK, 1 row affected (0.00 sec)

mysql> insert into blapps values (null, 6, '{ec8030f7-c20a-464f-9b0e-13a3a9e97384}',
    -> '3.1a1', '*', now(), now());
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.