parent
7c5d0ddee8
commit
bc27754739
Binary file not shown.
@ -0,0 +1,18 @@ |
|||||||
|
# Generated by Django 4.2 on 2023-04-28 08:34 |
||||||
|
|
||||||
|
from django.db import migrations, models |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('scores', '0007_match_enddate'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.AlterField( |
||||||
|
model_name='match', |
||||||
|
name='enddate', |
||||||
|
field=models.DateTimeField(blank=True, null=True, verbose_name='end date'), |
||||||
|
), |
||||||
|
] |
||||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue