mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-03 09:43:33 +02:00
Migrations
This commit is contained in:
parent
5039aff9aa
commit
5c16a2b5e8
1 changed files with 1 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Generated by Django 4.2.7 on 2024-01-24 22:41
|
# Generated by Django 4.2.7 on 2024-01-25 15:57
|
||||||
|
|
||||||
from django.db import migrations, models
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
@ -9,11 +9,6 @@ class Migration(migrations.Migration):
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
migrations.AddField(
|
|
||||||
model_name="domain",
|
|
||||||
name="domain_notes",
|
|
||||||
field=models.TextField(blank=True, help_text="Notes about this domain", null=True),
|
|
||||||
),
|
|
||||||
migrations.AddField(
|
migrations.AddField(
|
||||||
model_name="domainapplication",
|
model_name="domainapplication",
|
||||||
name="notes",
|
name="notes",
|
Loading…
Add table
Add a link
Reference in a new issue