mirror of https://github.com/jumpserver/jumpserver
解决 authentication 迁移文件冲突
parent
2c8f51940a
commit
8a3bc51faa
|
@ -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 = [
|
Loading…
Reference in New Issue