mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 17:55:23 +02:00
reverting migration modification
This commit is contained in:
parent
ecaa870005
commit
e70401e1fd
1 changed files with 9 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue