Clean up migrations

This commit is contained in:
Rachid Mrad 2023-10-20 17:09:50 -04:00
parent 03b7ff64f8
commit b8b12bad6e
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF
3 changed files with 0 additions and 76 deletions

View file

@ -1,52 +0,0 @@
# Generated by Django 4.2.1 on 2023-10-13 20:26
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("registrar", "0037_create_groups_v01"),
]
operations = [
migrations.AlterField(
model_name="domainapplication",
name="organization_type",
field=models.CharField(
blank=True,
choices=[
("federal", "Federal"),
("interstate", "Interstate"),
("state_or_territory", "State or territory"),
("tribal", "Tribal"),
("county", "County"),
("city", "City"),
("special_district", "Special district"),
("school_district", "School district"),
],
help_text="Type of organization",
max_length=255,
null=True,
),
),
migrations.AlterField(
model_name="domaininformation",
name="organization_type",
field=models.CharField(
blank=True,
choices=[
("federal", "Federal"),
("interstate", "Interstate"),
("state_or_territory", "State or territory"),
("tribal", "Tribal"),
("county", "County"),
("city", "City"),
("special_district", "Special district"),
("school_district", "School district"),
],
help_text="Type of Organization",
max_length=255,
null=True,
),
),
]

View file

@ -1,12 +0,0 @@
# Generated by Django 4.2.1 on 2023-10-13 20:29
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("registrar", "0038_alter_domainapplication_organization_type_and_more"),
("registrar", "0038_create_groups_v02"),
]
operations = []

View file

@ -1,12 +0,0 @@
# Generated by Django 4.2.1 on 2023-10-18 22:03
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("registrar", "0039_alter_transitiondomain_status"),
("registrar", "0039_merge_20231013_2029"),
]
operations = []