remove redundant index
This commit is contained in:
parent
dc6681a27c
commit
f1663f5270
1 changed files with 0 additions and 7 deletions
|
@ -224,13 +224,6 @@ class Migration(migrations.Migration):
|
|||
name="rating",
|
||||
unique_together={("user", "media", "rating_category")},
|
||||
),
|
||||
migrations.AddIndex(
|
||||
model_name="media",
|
||||
index=models.Index(
|
||||
fields=["state", "encoding_status", "is_reviewed"],
|
||||
name="files_media_state_666b93_idx",
|
||||
),
|
||||
),
|
||||
migrations.AddIndex(
|
||||
model_name="media",
|
||||
index=django.contrib.postgres.indexes.GinIndex(
|
||||
|
|
Loading…
Add table
Reference in a new issue