17 lines
435 B
Python
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'),
|
|
),
|
|
]
|