Merge pull request #14654 from jumpserver/pr@dev@feat_update_migrations

feat: update migrations
pull/14662/head
Chenyang Shen 2024-12-13 12:42:17 +08:00 committed by GitHub
commit f9e6fc98fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('authentication', '0003_sshkey'),
('authentication', '0004_alter_passkey_token'),
]
operations = [