parent
8abb81f6d1
commit
87db59ec22
@ -0,0 +1,18 @@ |
||||
# Generated by Django 4.2.11 on 2024-05-29 09:28 |
||||
|
||||
from django.db import migrations, models |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('tournaments', '0059_remove_match_confirmed_start_date'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AddField( |
||||
model_name='match', |
||||
name='confirmed', |
||||
field=models.BooleanField(default=False), |
||||
), |
||||
] |
||||
Loading…
Reference in new issue