reverting migration modification

This commit is contained in:
Jon Roberts 2023-02-27 10:57:05 -07:00
parent ecaa870005
commit e70401e1fd
No known key found for this signature in database
GPG key ID: EED093582198B041

View file

@ -312,6 +312,15 @@ class Migration(migrations.Migration):
blank=True, help_text="Purpose of the domain", null=True
),
),
(
"security_email",
models.CharField(
blank=True,
help_text="Security email for public use",
max_length=320,
null=True,
),
),
(
"anything_else",
models.TextField(