Closed
Bug 592168
Opened 14 years ago
Closed 14 years ago
Tag Toolbars as toolbar
Categories
(addons.mozilla.org Graveyard :: Administration, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
5.12.1
People
(Reporter: fligtar, Assigned: clouserw)
References
Details
(Whiteboard: [z])
I want to delete the Toolbars category, but first we should make sure everything in it is tagged with "toolbar".
Please run a query to tag every add-on in the Toolbar category with toolbar (if it isn't already).
Reporter | ||
Comment 2•14 years ago
|
||
SQL is:
INSERT INTO users_tags_addons (user_id, tag_id, addon_id, created) SELECT '9945', '119', addon_id, NOW() FROM addons_categories WHERE category_id=92;
DELETE FROM addons_categories WHERE category_id=92;
DELETE FROM categories WHERE id=92;
Assignee | ||
Updated•14 years ago
|
Target Milestone: 5.12 → 5.12.1
Reporter | ||
Comment 3•14 years ago
|
||
I don't care much, but just curious why this didn't make 5.12?
Assignee | ||
Comment 4•14 years ago
|
||
(In reply to comment #3)
> I don't care much, but just curious why this didn't make 5.12?
It's assigned to you, code freeze was upon us, and I didn't know if you were done with it. If running the sql in comment 2 closes this bug you can assign it to me or make a new file in the migrations/ directory.
Assignee | ||
Comment 6•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 7•14 years ago
|
||
Not sure if this is something for which we need Selenium test (doubt it), but just in case, flagging.
Flags: in-testsuite?
Assignee | ||
Comment 8•14 years ago
|
||
All this did was tag the toolbars and delete the category. Neither are verified at any point past when this script runs.
Flags: in-testsuite? → in-testsuite-
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•