Migration fix (actual)

This commit is contained in:
zandercymatics 2024-05-28 08:42:16 -06:00
parent 7f126c0c4d
commit cd5aa6541d
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -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
import phonenumber_field.modelfields
@ -7,7 +7,7 @@ import phonenumber_field.modelfields
class Migration(migrations.Migration):
dependencies = [
("registrar", "0092_rename_updated_federal_agency_domaininformation_federal_agency_and_more"),
("registrar", "0095_user_middle_name_user_title"),
]
operations = [