Coverage for rest_api/migrations/0026_alignment2mutation_alignment2m_alignme_d1c719_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-17 10:53
3from django.db import migrations, models
6class Migration(migrations.Migration):
7 dependencies = [
8 ("rest_api", "0025_alignment_alignment_gene_id_81f250_idx"),
9 ]
11 operations = [
12 migrations.AddIndex(
13 model_name="alignment2mutation",
14 index=models.Index(
15 fields=["alignment", "mutation"], name="alignment2m_alignme_d1c719_idx"
16 ),
17 ),
18 ]