Merge pull request #9626 from jumpserver/pr@dev@fix_joblog_migrate_dependency

fix: 解决JobLog表依赖顺序不对,导致从新迁移失败问题
pull/9627/head
老广 2 years ago committed by GitHub
commit 68e82a9d6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,6 +8,7 @@ class Migration(migrations.Migration):
dependencies = [
('audits', '0020_auto_20230117_1004'),
('ops', '0023_auto_20220912_0021'),
]
operations = [

Loading…
Cancel
Save