Run Prek
All checks were successful
Deploy to Server / deploy (push) Successful in 12s

This commit is contained in:
Joakim Hellsén 2026-03-29 16:55:59 +02:00
commit b0b7c4a0fe
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
2 changed files with 17 additions and 16 deletions

View file

@ -177,8 +177,9 @@ class Migration(migrations.Migration):
"verbose_name_plural": "Entries", "verbose_name_plural": "Entries",
"indexes": [ "indexes": [
django.contrib.postgres.indexes.GinIndex( 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")}, "unique_together": {("feed", "entry_id", "content_hash")},
}, },

File diff suppressed because one or more lines are too long