mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-01 23:42:17 +02:00
Remove conflicting migration
This commit is contained in:
parent
e29ebc5b95
commit
c98bcb4b6f
1 changed files with 0 additions and 26 deletions
|
@ -1,26 +0,0 @@
|
|||
# Generated by Django 4.2.10 on 2024-04-17 20:25
|
||||
|
||||
from django.db import migrations, models
|
||||
import django.db.models.deletion
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("registrar", "0084_create_groups_v11"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="domaininformation",
|
||||
name="updated_federal_agency",
|
||||
field=models.ForeignKey(
|
||||
blank=True,
|
||||
help_text="Associated federal agency",
|
||||
null=True,
|
||||
on_delete=django.db.models.deletion.PROTECT,
|
||||
related_name="domain_federal_agency",
|
||||
to="registrar.federalagency",
|
||||
),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue