Bin
2025-12-17 dcf780a91c16b6be28635b6e2e0e702060ee19f2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Generated by Django 3.1.13 on 2021-09-14 00:20
 
from django.db import migrations, models
 
 
class Migration(migrations.Migration):
 
    dependencies = [
        ('tasks', '0008_auto_20210903_1332'),
    ]
 
    operations = [
        migrations.AddIndex(
            model_name='annotation',
            index=models.Index(fields=['was_cancelled'], name='task_comple_was_can_f87d4e_idx'),
        ),
        migrations.AddIndex(
            model_name='annotation',
            index=models.Index(fields=['ground_truth'], name='task_comple_ground__088a1b_idx'),
        ),
        migrations.AddIndex(
            model_name='annotation',
            index=models.Index(fields=['created_at'], name='task_comple_created_f55e6f_idx'),
        ),
    ]