mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 04:58:42 +02:00
fixed migration
This commit is contained in:
parent
ffe34fe71e
commit
d78494fe9f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Migration(migrations.Migration):
|
||||||
name="security_contact_registry_id",
|
name="security_contact_registry_id",
|
||||||
field=models.TextField(
|
field=models.TextField(
|
||||||
editable=False,
|
editable=False,
|
||||||
help_text="Duplication of registry's security contact id for when registry unavailable",
|
help_text="Duplication of registry's security contact id for when registry is unavailable",
|
||||||
null=True,
|
null=True,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue