mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
Merge pull request #6943 from chrismeyersfsu/fix-6941
migrations do not call overwitten save() methods
This commit is contained in:
commit
f2fa982970
@ -13,7 +13,7 @@ def _create_fact_scan_project(Project, org):
|
||||
scm_update_on_launch=True,
|
||||
scm_update_cache_timeout=86400,
|
||||
organization=org)
|
||||
proj.save(skip_update=True)
|
||||
proj.save()
|
||||
return proj
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user