Closed
Bug 652147
Opened 14 years ago
Closed 14 years ago
DB Tweak on markup staging
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: wenzel, Unassigned)
References
Details
We need to remove some invalid data from Markup.allizom's staging database (bug 651921).
Please run:
DELETE FROM `markup_mark` WHERE `points_obj_simplified` LIKE 'bnVsbA==%'
Thanks.
Comment 1•14 years ago
|
||
Completed.
[root@tm-stage01-master01 ~]# mysql
mysql> \u markup_allizom_org
mysql> select * from markup_mark where points_obj_simplified like 'bnVsbA==%';
<snip>
6 rows in set (0.26 sec)
mysql> DELETE FROM `markup_mark` WHERE `points_obj_simplified` LIKE 'bnVsbA==%';
Query OK, 6 rows affected (0.03 sec)
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 3•14 years ago
|
||
Thanks Jake and Wenzel!
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•