parent
cbc69a6516
commit
c10d57710f
@ -0,0 +1,18 @@ |
|||||||
|
# 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), |
||||||
|
), |
||||||
|
] |
||||||
Loading…
Reference in new issue