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/0004_match_court.py

18 lines
418 B

# Generated by Django 4.1.1 on 2023-02-22 16:54
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('scores', '0003_alter_match_team1_alter_match_team1scorecolumn1_and_more'),
]
operations = [
migrations.AddField(
model_name='match',
name='court',
field=models.IntegerField(default=0),
),
]