You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
padelclub_backend/tournaments/migrations/0036_alter_playerregistrati...

18 lines
493 B

# Generated by Django 4.2.11 on 2024-05-02 17:22
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('tournaments', '0035_customuser_match_formats_default_duration'),
]
operations = [
migrations.AlterField(
model_name='playerregistration',
name='source',
field=models.IntegerField(blank=True, choices=[(0, 'French Federation'), (1, 'Beach Padel')], null=True),
),
]