mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 04:59:59 +02:00
Migration fix (actual)
This commit is contained in:
parent
7f126c0c4d
commit
cd5aa6541d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Generated by Django 4.2.10 on 2024-05-07 21:17
|
# Generated by Django 4.2.10 on 2024-05-28 14:40
|
||||||
|
|
||||||
from django.db import migrations, models
|
from django.db import migrations, models
|
||||||
import phonenumber_field.modelfields
|
import phonenumber_field.modelfields
|
||||||
|
@ -7,7 +7,7 @@ import phonenumber_field.modelfields
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("registrar", "0092_rename_updated_federal_agency_domaininformation_federal_agency_and_more"),
|
("registrar", "0095_user_middle_name_user_title"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
Loading…
Add table
Add a link
Reference in a new issue