mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
Address the problems with trying to use a JSONField
This commit is contained in:
@@ -621,7 +621,7 @@ INSIGHTS_TRACKING_STATE = False
|
||||
# Last gather date for Analytics
|
||||
AUTOMATION_ANALYTICS_LAST_GATHER = None
|
||||
# Last gathered entries for expensive Analytics
|
||||
AUTOMATION_ANALYTICS_LAST_ENTRIES = None
|
||||
AUTOMATION_ANALYTICS_LAST_ENTRIES = ''
|
||||
|
||||
# Default list of modules allowed for ad hoc commands.
|
||||
# Note: This setting may be overridden by database settings.
|
||||
|
||||
Reference in New Issue
Block a user