Merge pull request #1696 from cisagov/dk/migration-hot-fix

migration hot fix
This commit is contained in:
dave-kennedy-ecs 2024-01-25 15:10:55 -05:00 committed by GitHub
commit 8d18c00b3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("registrar", "0062_alter_host_name"),
("registrar", "0063_veryimportantperson"),
]
operations = [