This commit is contained in:
parent
6b990b4c72
commit
b0b7c4a0fe
2 changed files with 17 additions and 16 deletions
|
|
@ -177,8 +177,9 @@ class Migration(migrations.Migration):
|
|||
"verbose_name_plural": "Entries",
|
||||
"indexes": [
|
||||
django.contrib.postgres.indexes.GinIndex(
|
||||
fields=["data"], name="feeds_entry_data_c87562_gin"
|
||||
)
|
||||
fields=["data"],
|
||||
name="feeds_entry_data_c87562_gin",
|
||||
),
|
||||
],
|
||||
"unique_together": {("feed", "entry_id", "content_hash")},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue