From d4212ab54294b3bc92fb982bb871d3a66a50b29f Mon Sep 17 00:00:00 2001 From: Cal Ellowitz Date: Sun, 15 Dec 2024 15:01:07 -0500 Subject: [PATCH] fix migration conflict --- ...evice_otp_last_sent.py => 0012_phonedevice_otp_last_sent.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename users/migrations/{0009_phonedevice_otp_last_sent.py => 0012_phonedevice_otp_last_sent.py} (86%) diff --git a/users/migrations/0009_phonedevice_otp_last_sent.py b/users/migrations/0012_phonedevice_otp_last_sent.py similarity index 86% rename from users/migrations/0009_phonedevice_otp_last_sent.py rename to users/migrations/0012_phonedevice_otp_last_sent.py index 380efbc..487eb8d 100644 --- a/users/migrations/0009_phonedevice_otp_last_sent.py +++ b/users/migrations/0012_phonedevice_otp_last_sent.py @@ -6,7 +6,7 @@ class Migration(migrations.Migration): dependencies = [ - ("users", "0008_credential_usercredential"), + ("users", "0011_alter_connectuser_phone_number"), ] operations = [