Update before the migrate

This commit is contained in:
Jon Roberts 2023-05-02 13:31:10 -06:00
parent c9b0890b9d
commit 23fc0f0e8f
No known key found for this signature in database
GPG key ID: EED093582198B041

View file

@ -18,3 +18,8 @@ class DomainInformation(DomainApplication):
help_text="Security email for public use",
)
other_contacts_info = models.ManyToManyField(
"registrar.ContactInformation",
blank=True,
related_name="contact_information",
)