mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-03 09:43:33 +02:00
remove security email migrations
This commit is contained in:
parent
e70401e1fd
commit
2e002c81bf
1 changed files with 16 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
|||
# Generated by Django 4.1.6 on 2023-02-27 18:35
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("registrar", "0010_domainapplication_no_other_contacts_rationale"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name="domainapplication",
|
||||
name="security_email",
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue