mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-16 06:24:12 +02:00
fixing migration issue
This commit is contained in:
parent
0b2259c35a
commit
9a0621bdf3
2 changed files with 2 additions and 2 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 is unavailable",
|
help_text="Duplication of registry's security contact id for when registry unavailable",
|
||||||
null=True,
|
null=True,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
@ -976,7 +976,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
||||||
|
|
||||||
security_contact_registry_id = TextField(
|
security_contact_registry_id = TextField(
|
||||||
null=True,
|
null=True,
|
||||||
help_text=("Duplication of registry's security contact id for when the registry is unavailable"),
|
help_text=("Duplication of registry's security contact id for when the registry unavailable"),
|
||||||
editable=False,
|
editable=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue