parent
3e2cc6afa5
commit
fed287ce43
@ -0,0 +1,18 @@ |
|||||||
|
# Generated by Django 5.1 on 2025-05-03 05:34 |
||||||
|
|
||||||
|
from django.db import migrations, models |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('tournaments', '0117_playerregistration_user_teamregistration_user_and_more'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.AddField( |
||||||
|
model_name='tournament', |
||||||
|
name='animation_type', |
||||||
|
field=models.IntegerField(choices=[(0, 'Tournoi'), (1, 'Mêlée')], default=0), |
||||||
|
), |
||||||
|
] |
||||||
Loading…
Reference in new issue