Coverage for rest_api/migrations/0012_alter_mutation_unique_together.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-09-19 10:02
3from django.db import migrations
6class Migration(migrations.Migration):
7 dependencies = [
8 ("rest_api", "0011_alter_mutation_unique_together"),
9 ]
11 operations = [
12 migrations.AlterUniqueTogether(
13 name="mutation",
14 unique_together=set(),
15 ),
16 ]