fixed migrations

This commit is contained in:
CocoByte 2024-03-07 14:52:58 -07:00
parent 2340b6c800
commit a71c48a27d
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

@ -1,4 +1,4 @@
# Generated by Django 4.2.10 on 2024-03-01 03:52
# Generated by Django 4.2.10 on 2024-03-07 21:52
from django.conf import settings
from django.db import migrations, models
@ -9,7 +9,7 @@ import django_fsm
class Migration(migrations.Migration):
dependencies = [
("registrar", "0071_alter_contact_first_name_alter_contact_last_name_and_more"),
("registrar", "0072_alter_publiccontact_fax_alter_publiccontact_voice"),
]
operations = [