Closed Bug 592168 Opened 14 years ago Closed 14 years ago

Tag Toolbars as toolbar

Categories

(addons.mozilla.org Graveyard :: Administration, defect, P3)

defect

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).
I've been tricked
Assignee: nobody → fligtar
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;
Target Milestone: 5.12 → 5.12.1
I don't care much, but just curious why this didn't make 5.12?
(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.
The SQL is all that is required.
Assignee: fligtar → clouserw
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Not sure if this is something for which we need Selenium test (doubt it), but just in case, flagging.
Flags: in-testsuite?
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-
Depends on: 603468
Depends on: 603771
Depends on: 604471
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.