|
@@ -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(
|