Closed Bug 652147 Opened 14 years ago Closed 14 years ago

DB Tweak on markup staging

Categories

(mozilla.org Graveyard :: Server Operations, task)

All
Other
task
Not set
major

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.
Blocks: 651921
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
Thanks, Jake!
Status: RESOLVED → VERIFIED
Thanks Jake and Wenzel!
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.