remove (unused, I hope) CollectionAddonRecommendation. Table removed in
separate migration
This commit is contained in:
Родитель
04a9d959a2
Коммит
350dd17e10
|
@ -397,15 +397,6 @@ class CollectionAddon(amo.models.ModelBase):
|
|||
unique_together = (('addon', 'collection'),)
|
||||
|
||||
|
||||
class CollectionAddonRecommendation(models.Model):
|
||||
collection = models.ForeignKey(Collection, null=True)
|
||||
addon = models.ForeignKey(Addon, null=True)
|
||||
score = models.FloatField(blank=True)
|
||||
|
||||
class Meta:
|
||||
db_table = 'collection_addon_recommendations'
|
||||
|
||||
|
||||
class CollectionFeature(amo.models.ModelBase):
|
||||
title = TranslatedField()
|
||||
tagline = TranslatedField()
|
||||
|
|
Загрузка…
Ссылка в новой задаче