Merge pull request #2276 from cisagov/za/hotfix-failing-migrations

Bugfix for failing migrations on main
This commit is contained in:
zandercymatics 2024-06-07 10:33:40 -06:00 committed by GitHub
commit 7e4fa9f1d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
# Generated by Django 4.2.10 on 2024-06-04 00:00
# Generated by Django 4.2.10 on 2024-06-07 15:27
from django.db import migrations
import django_fsm
@ -7,7 +7,7 @@ import django_fsm
class Migration(migrations.Migration):
dependencies = [
("registrar", "0095_user_middle_name_user_title"),
("registrar", "0097_alter_user_phone"),
]
operations = [