From 0dd015bcba702daba69bb1fc262a183d35957c62 Mon Sep 17 00:00:00 2001 From: Aaron3S Date: Fri, 13 Dec 2024 12:40:06 +0800 Subject: [PATCH] feat: update migrations --- ...itor_token.py => 0005_connectiontoken_face_monitor_token.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename apps/authentication/migrations/{0004_connectiontoken_face_monitor_token.py => 0005_connectiontoken_face_monitor_token.py} (88%) diff --git a/apps/authentication/migrations/0004_connectiontoken_face_monitor_token.py b/apps/authentication/migrations/0005_connectiontoken_face_monitor_token.py similarity index 88% rename from apps/authentication/migrations/0004_connectiontoken_face_monitor_token.py rename to apps/authentication/migrations/0005_connectiontoken_face_monitor_token.py index 7562a3e61..4d2569127 100644 --- a/apps/authentication/migrations/0004_connectiontoken_face_monitor_token.py +++ b/apps/authentication/migrations/0005_connectiontoken_face_monitor_token.py @@ -6,7 +6,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ - ('authentication', '0003_sshkey'), + ('authentication', '0004_alter_passkey_token'), ] operations = [