mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-05 02:33:28 +02:00
Correct migration dependency
This commit is contained in:
parent
8db9ccda5d
commit
5d1f86f233
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import django.db.models.deletion
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("registrar", "0121_delete_cascade_submitter_contacts"),
|
||||
("registrar", "0122_delete_cascade_submitter_contacts"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue