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.
 
 
 
 
padel/scores/migrations/0020_match_haswalkoutteam.py

18 lines
406 B

# Generated by Django 4.2 on 2023-07-31 09:34
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('scores', '0019_remove_team_match_team_tournament'),
]
operations = [
migrations.AddField(
model_name='match',
name='hasWalkOutTeam',
field=models.BooleanField(default=False),
),
]