This commit is contained in:
2026-05-10 02:02:48 +03:30
parent cead7dafe2
commit 2d1f7da89e
30 changed files with 1195 additions and 320 deletions
@@ -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"),
),
]