fix migration 43 - domain expiration date

This commit is contained in:
Rachid Mrad 2023-10-30 11:39:24 -04:00
parent d60d63be53
commit 3a284a224d
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF

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
@ -13,7 +13,7 @@ class Migration(migrations.Migration):
model_name="domain",
name="expiration_date",
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,
),
),