fix migrations

This commit is contained in:
CocoByte 2024-06-09 15:09:47 -06:00
parent 09f872061f
commit 3d45daab16
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-06-05 23:02
# Generated by Django 4.2.10 on 2024-06-09 21:09
from django.db import migrations, models
@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("registrar", "0096_alter_contact_email_alter_contact_first_name_and_more"),
("registrar", "0098_alter_domainrequest_status"),
]
operations = [