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