Merge branch 'v3' of github.com:jumpserver/jumpserver into v3

pull/8970/head
ibuler 2022-10-10 20:56:55 +08:00
commit 21816e3a39
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class Migration(migrations.Migration):
dependencies = [ dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL), migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('assets', '0106_auto_20220916_1556'), ('assets', '0107_account_history'),
] ]
operations = [ operations = [