Fix migration

This commit is contained in:
zandercymatics 2024-06-07 09:27:59 -06:00
parent 79b23ad362
commit 7ee0feac73
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-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 = [