Coverage for rest_api/migrations/0024_mutation_mutation_label_94967f_idx.py: 100%
4 statements
« prev ^ index » next coverage.py v7.15.4, created at 2026-08-10 03:22 +0000
« prev ^ index » next coverage.py v7.15.4, created at 2026-08-10 03:22 +0000
1# Generated by Django 4.2.4 on 2023-10-16 11:30
3from django.db import migrations, models
6class Migration(migrations.Migration):
7 dependencies = [
8 ("rest_api", "0023_mutation_mutation_gene_id_2f1f1c_idx_and_more"),
9 ]
11 operations = [
12 migrations.AddIndex(
13 model_name="mutation",
14 index=models.Index(fields=["label"], name="mutation_label_94967f_idx"),
15 ),
16 ]