Correct migration dependencies

This commit is contained in:
Erin Song 2024-08-29 16:38:32 -07:00
parent 5d1f86f233
commit 017130143b
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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 = [

View file

@ -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