Skip to content

Commit

Permalink
Merge pull request #1423 from benero/fix_migrate
Browse files Browse the repository at this point in the history
fix: 修复 migrate 初始化异常的问题 --story=119850966
  • Loading branch information
benero authored Oct 8, 2024
2 parents e34310b + 093dbd9 commit 3afa2a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions itsm/auth_iam/migrations/0003_update_common_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def add_common_actions(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
('auth_iam', '0002_insert_common_actions'),
('iam_migration', '0013_update'),
]

operations = [migrations.RunPython(add_common_actions)]

0 comments on commit 3afa2a8

Please sign in to comment.