解决 authentication 迁移文件冲突

pull/9123/head
Bai 2022-11-26 09:52:04 +08:00
parent 2c8f51940a
commit 8a3bc51faa
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('authentication', '0014_auto_20221122_2152'),
('authentication', '0015_alter_connectiontoken_login'),
]
operations = [