Skip to content

Commit

Permalink
I don't want to know why collections_categories exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Balogh committed Aug 17, 2010
1 parent f807dbb commit ecdabae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions apps/bandwagon/models.py
Expand Up @@ -325,14 +325,6 @@ class Meta:
db_table = 'collection_addon_recommendations'


class CollectionCategory(amo.models.ModelBase):
collection = models.ForeignKey(Collection)
category = models.ForeignKey(AddonCategory)

class Meta(amo.models.ModelBase.Meta):
db_table = 'collection_categories'


class CollectionFeature(amo.models.ModelBase):
title = TranslatedField()
tagline = TranslatedField()
Expand Down
1 change: 1 addition & 0 deletions migrations/65-del-collection-cat.sql
@@ -0,0 +1 @@
DROP TABLE collections_categories;

0 comments on commit ecdabae

Please sign in to comment.