mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Actually do job template migrations
Seems important
This commit is contained in:
parent
58e9c4ef87
commit
83e83a5db3
@ -21,5 +21,6 @@ class Migration(migrations.Migration):
|
||||
migrations.RunPython(rbac.migrate_inventory),
|
||||
migrations.RunPython(rbac.migrate_projects),
|
||||
migrations.RunPython(rbac.migrate_credential),
|
||||
migrations.RunPython(rbac.migrate_job_templates),
|
||||
migrations.RunPython(rbac.rebuild_role_hierarchy),
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user