ernestophone.ens.fr/calendrier/migrations/0008_auto_20220322_1454.py
2022-03-22 15:05:51 +01:00

17 lines
435 B
Python

# Generated by Django 2.2.27 on 2022-03-22 13:54
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('calendrier', '0007_auto_20220314_2320'),
]
operations = [
migrations.AddConstraint(
model_name='participants',
constraint=models.UniqueConstraint(fields=('event', 'participant'), name='reponse unique aux event'),
),
]