parent
5a7340083b
commit
8abb81f6d1
@ -0,0 +1,17 @@ |
|||||||
|
# Generated by Django 4.2.11 on 2024-05-29 09:27 |
||||||
|
|
||||||
|
from django.db import migrations |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('tournaments', '0058_match_confirmed_start_date'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.RemoveField( |
||||||
|
model_name='match', |
||||||
|
name='confirmed_start_date', |
||||||
|
), |
||||||
|
] |
||||||
Loading…
Reference in new issue