parent
618eaf1f1d
commit
26b0ddbd99
@ -0,0 +1,18 @@ |
|||||||
|
# Generated by Django 4.2.11 on 2024-05-16 14:41 |
||||||
|
|
||||||
|
from django.db import migrations, models |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('tournaments', '0048_remove_tournament_group_stage_court_count'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.AddField( |
||||||
|
model_name='purchase', |
||||||
|
name='revocation_date', |
||||||
|
field=models.DateTimeField(blank=True, null=True), |
||||||
|
), |
||||||
|
] |
||||||
Loading…
Reference in new issue