mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 09:46:06 +02:00
Fix migrations
This commit is contained in:
parent
081c762246
commit
a4ffc75efa
2 changed files with 7 additions and 20 deletions
|
@ -1,18 +0,0 @@
|
|||
# Generated by Django 4.2.10 on 2024-09-26 21:18
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("registrar", "0128_alter_domaininformation_state_territory_and_more"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="domainrequest",
|
||||
name="rejection_reason_email",
|
||||
field=models.TextField(blank=True, null=True),
|
||||
),
|
||||
]
|
|
@ -1,4 +1,4 @@
|
|||
# Generated by Django 4.2.10 on 2024-10-01 15:31
|
||||
# Generated by Django 4.2.10 on 2024-10-08 18:52
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
@ -6,10 +6,15 @@ from django.db import migrations, models
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("registrar", "0129_domainrequest_rejection_reason_email"),
|
||||
("registrar", "0132_alter_domaininformation_portfolio_and_more"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="domainrequest",
|
||||
name="rejection_reason_email",
|
||||
field=models.TextField(blank=True, null=True),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name="domainrequest",
|
||||
name="rejection_reason",
|
Loading…
Add table
Add a link
Reference in a new issue