Skip to content
Snippets Groups Projects
Commit 4332c252 authored by salazard's avatar salazard
Browse files

fix migrationr

parent 0218f6de
Branches
No related tags found
No related merge requests found
# Generated by Django 2.2 on 2022-08-03 19:33
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('visits', '0004_auto_20211225_1242'),
]
operations = [
migrations.AlterField(
model_name='participation',
name='accepted',
field=models.IntegerField(choices=[(0, 'refusé'), (1, 'accepté'), (2, 'en attente'), (3, 'inconnue')], default=3, help_text='Cocher pour confirmer au tutoré sa participation à la sortie.'),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment