parent
f92c0a65d1
commit
0182a1e42e
@ -0,0 +1,18 @@ |
||||
# Generated by Django 4.2.11 on 2024-07-01 16:02 |
||||
|
||||
from django.db import migrations, models |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('tournaments', '0071_alter_event_club'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AddField( |
||||
model_name='tournament', |
||||
name='publish_rankings', |
||||
field=models.BooleanField(default=False), |
||||
), |
||||
] |
||||
Loading…
Reference in new issue