Coverage for src/mesh/migrations/0002_remove_submissionauthor_unique_author_email_per_submission.py: 100%
4 statements
« prev ^ index » next coverage.py v7.9.0, created at 2026-02-04 09:42 +0000
« prev ^ index » next coverage.py v7.9.0, created at 2026-02-04 09:42 +0000
1# Generated by Django 4.2.20 on 2025-08-20 14:37
3from django.db import migrations
6class Migration(migrations.Migration):
7 dependencies = [
8 ("mesh", "0001_initial"),
9 ]
11 operations = [
12 migrations.RemoveConstraint(
13 model_name="submissionauthor",
14 name="unique_author_email_per_submission",
15 ),
16 ]