Coverage for src/mesh/migrations/0003_remove_submission_unique_submission_name_per_user.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-21 08:07
3from django.db import migrations
6class Migration(migrations.Migration):
7 dependencies = [
8 ("mesh", "0002_remove_submissionauthor_unique_author_email_per_submission"),
9 ]
11 operations = [
12 migrations.RemoveConstraint(
13 model_name="submission",
14 name="unique_submission_name_per_user",
15 ),
16 ]