mirror of
https://github.com/mediacms-io/mediacms.git
synced 2024-11-22 08:13:33 +01:00
remove redundant index
This commit is contained in:
parent
dc6681a27c
commit
f1663f5270
@ -224,13 +224,6 @@ class Migration(migrations.Migration):
|
|||||||
name="rating",
|
name="rating",
|
||||||
unique_together={("user", "media", "rating_category")},
|
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(
|
migrations.AddIndex(
|
||||||
model_name="media",
|
model_name="media",
|
||||||
index=django.contrib.postgres.indexes.GinIndex(
|
index=django.contrib.postgres.indexes.GinIndex(
|
||||||
|
Loading…
Reference in New Issue
Block a user