Skip to content

Commit

Permalink
Remove toolbar category; bug 592168
Browse files Browse the repository at this point in the history
  • Loading branch information
clouserw committed Sep 30, 2010
1 parent a588405 commit d470970
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions migrations/82-remove-toolbar-category.sql
@@ -0,0 +1,7 @@
-- bug 592168
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;

0 comments on commit d470970

Please sign in to comment.