parent
0c69d193e6
commit
fe47a747ea
@ -0,0 +1,18 @@ |
||||
# Generated by Django 5.1.6 on 2025-02-27 15:47 |
||||
|
||||
from django.db import migrations, models |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('subscriptions', '0007_assnotification_offer_discount_type_and_more'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AlterField( |
||||
model_name='assnotification', |
||||
name='signedDate', |
||||
field=models.DateTimeField(blank=True, null=True), |
||||
), |
||||
] |
||||
Loading…
Reference in new issue