From d4927d6cf0b5b2c63ea6fe91f0ef140a774f3374 Mon Sep 17 00:00:00 2001 From: CocoByte Date: Tue, 27 Feb 2024 17:11:03 -0700 Subject: [PATCH] Fixed migrations --- ...er_contact_first_name_alter_contact_last_name_and_more.py} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename src/registrar/migrations/{0070_alter_contact_first_name_alter_contact_last_name_and_more.py => 0071_alter_contact_first_name_alter_contact_last_name_and_more.py} (99%) diff --git a/src/registrar/migrations/0070_alter_contact_first_name_alter_contact_last_name_and_more.py b/src/registrar/migrations/0071_alter_contact_first_name_alter_contact_last_name_and_more.py similarity index 99% rename from src/registrar/migrations/0070_alter_contact_first_name_alter_contact_last_name_and_more.py rename to src/registrar/migrations/0071_alter_contact_first_name_alter_contact_last_name_and_more.py index 1eb479b45..28be99564 100644 --- a/src/registrar/migrations/0070_alter_contact_first_name_alter_contact_last_name_and_more.py +++ b/src/registrar/migrations/0071_alter_contact_first_name_alter_contact_last_name_and_more.py @@ -1,4 +1,4 @@ -# Generated by Django 4.2.10 on 2024-02-23 23:30 +# Generated by Django 4.2.10 on 2024-02-28 00:07 from django.db import migrations, models import phonenumber_field.modelfields @@ -7,7 +7,7 @@ import phonenumber_field.modelfields class Migration(migrations.Migration): dependencies = [ - ("registrar", "0069_alter_contact_email_alter_contact_first_name_and_more"), + ("registrar", "0070_domainapplication_rejection_reason"), ] operations = [