From c018055d5f5a9987696b17dad49cca860f717cb7 Mon Sep 17 00:00:00 2001 From: ibuler Date: Tue, 25 Oct 2022 19:58:14 +0800 Subject: [PATCH] =?UTF-8?q?pref:=20=E4=BF=AE=E6=94=B9migrations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/authentication/migrations/0013_auto_20221025_1908.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/authentication/migrations/0013_auto_20221025_1908.py b/apps/authentication/migrations/0013_auto_20221025_1908.py index 17556e60c..452063f35 100644 --- a/apps/authentication/migrations/0013_auto_20221025_1908.py +++ b/apps/authentication/migrations/0013_auto_20221025_1908.py @@ -7,7 +7,7 @@ import django.db.models.deletion class Migration(migrations.Migration): dependencies = [ - ('assets', '0111_alter_changesecretautomation_secret_strategy'), + ('assets', '0110_auto_20221021_1506'), ('authentication', '0012_auto_20220816_1629'), ]