parent
230145a96b
commit
fdb8472ebb
@ -0,0 +1,23 @@ |
||||
# Generated by Django 4.2.11 on 2024-05-19 09:05 |
||||
|
||||
from django.db import migrations, models |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('tournaments', '0050_alter_tournament_team_sorting'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AddField( |
||||
model_name='club', |
||||
name='court_count', |
||||
field=models.IntegerField(default=2), |
||||
), |
||||
migrations.AlterField( |
||||
model_name='tournament', |
||||
name='court_count', |
||||
field=models.IntegerField(default=2), |
||||
), |
||||
] |
||||
Loading…
Reference in new issue