mirror of https://github.com/jumpserver/jumpserver
feat: update migrations
parent
d1ea31c9a4
commit
0dd015bcba
|
@ -6,7 +6,7 @@ from django.db import migrations, models
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('authentication', '0003_sshkey'),
|
||||
('authentication', '0004_alter_passkey_token'),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Reference in New Issue