File size: 449 Bytes
5868895
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Generated by Django 4.2.16 on 2024-10-24 13:20

from django.db import migrations, models


class Migration(migrations.Migration):
    dependencies = [
        ("authentication", "0002_alter_userdata_coupons_alter_userdata_otp"),
    ]

    operations = [
        migrations.AlterField(
            model_name="coupon",
            name="expiryDate",
            field=models.DateTimeField(blank=True, null=True),
        ),
    ]