parent
6617a2cc9b
commit
bc983e9561
@ -0,0 +1,18 @@ |
||||
# Generated by Django 5.1 on 2024-09-16 13:11 |
||||
|
||||
from django.db import migrations, models |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('tournaments', '0082_alter_purchase_identifier_and_more'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AddField( |
||||
model_name='purchase', |
||||
name='expiration_date', |
||||
field=models.DateTimeField(blank=True, null=True), |
||||
), |
||||
] |
||||
Loading…
Reference in new issue