Merge pull request #12280 from jumpserver/pr@dev@migrate

perf: 修改迁移文件
pull/12283/head^2
huailei 2023-12-08 14:22:55 +08:00 committed by GitHub
commit 7ad2abe104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def migrate_automation_ansible_remove_account(apps, *args):
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
('assets', '0125_auto_20231011_1053'), ('assets', '0126_remove_asset_labels'),
] ]
operations = [ operations = [