mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 17:01:56 +02:00
Correct migration dependencies
This commit is contained in:
parent
5d1f86f233
commit
017130143b
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ def cascade_delete_submitter_contacts(apps, schema_editor) -> Any:
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("registrar", "0120_add_domainrequest_submission_dates"),
|
||||
("registrar", "0121_alter_domaininformation_submitter_and_more"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Generated by Django 4.2.10 on 2024-08-29 22:44
|
||||
# Generated by Django 4.2.10 on 2024-08-29 24:13
|
||||
|
||||
from django.conf import settings
|
||||
from django.db import migrations, models
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue