mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-29 07:43:32 +02:00
fix migration 43 - domain expiration date
This commit is contained in:
parent
d60d63be53
commit
3a284a224d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Generated by Django 4.2.6 on 2023-10-27 19:13
|
# Generated by Django 4.2.6 on 2023-10-30 15:37
|
||||||
|
|
||||||
from django.db import migrations, models
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ class Migration(migrations.Migration):
|
||||||
model_name="domain",
|
model_name="domain",
|
||||||
name="expiration_date",
|
name="expiration_date",
|
||||||
field=models.DateField(
|
field=models.DateField(
|
||||||
help_text="Duplication of registry's expiration date saved for ease of reporting",
|
help_text="Duplication of registry's expirationdate saved for ease of reporting",
|
||||||
null=True,
|
null=True,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue