mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-11 23:14:49 +02:00
migrations
This commit is contained in:
parent
c328e05398
commit
d7984c69d6
1 changed files with 22 additions and 0 deletions
|
@ -0,0 +1,22 @@
|
|||
# Generated by Django 4.2.7 on 2023-11-29 16:51
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("registrar", "0050_alter_domainapplication_anything_else_and_more"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name="domainapplication",
|
||||
name="anything_else",
|
||||
field=models.TextField(blank=True, help_text="Anything else we should know?", null=True),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name="domaininformation",
|
||||
name="anything_else",
|
||||
field=models.TextField(blank=True, help_text="Anything else we should know?", null=True),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue