Fix migration

This commit is contained in:
zandercymatics 2024-06-20 12:04:18 -06:00
parent 1d8993627c
commit 32463dd7a7
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-18 20:13
# Generated by Django 4.2.10 on 2024-06-20 18:04
from django.db import migrations, models
@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("registrar", "0102_domain_dsdata_last_change"),
("registrar", "0104_create_groups_v13"),
]
operations = [