fixing migrations

This commit is contained in:
David Kennedy 2024-01-02 12:37:31 -05:00
parent ccd29579eb
commit 9fc973982b
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -5,7 +5,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("registrar", "0059_delete_nameserver"),
("registrar", "0060_domain_deleted_domain_first_ready"),
]
operations = [