mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 17:01:56 +02:00
Delete 0105_domainrequest_action_needed_reason_email.py
This commit is contained in:
parent
9fcbb0f492
commit
5cb24a7c1d
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
|||
# Generated by Django 4.2.10 on 2024-06-21 19:35
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("registrar", "0104_create_groups_v13"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="domainrequest",
|
||||
name="action_needed_reason_email",
|
||||
field=models.TextField(blank=True, null=True),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue