UPDATE
This commit is contained in:
@@ -60,6 +60,6 @@ class Migration(migrations.Migration):
|
||||
),
|
||||
migrations.AddIndex(
|
||||
model_name="remotesensingclusterassignment",
|
||||
index=models.Index(fields=["result", "cluster_label"], name="rs_cluster_assign_result_label_idx"),
|
||||
index=models.Index(fields=["result", "cluster_label"], name="rs_ca_result_label_idx"),
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user