Merge pull request #1229 from cisagov/bl/fix-migration-43-domain-expiration

fix migration 43 - domain expiration date
This commit is contained in:
rachidatecs 2023-10-30 11:49:30 -04:00 committed by GitHub
commit bb4efd44b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
), ),
), ),