mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 00:18:35 -05:00
add copy events table and remove events queries
add copy unifiedjob table, futher optimization, rm since from job_instance queries
This commit is contained in:
@@ -13,20 +13,20 @@ def test_empty():
|
||||
"active_sessions": 0,
|
||||
"credential": 0,
|
||||
"custom_inventory_script": 0,
|
||||
"custom_virtualenvs": 1, # dev env ansible3
|
||||
"custom_virtualenvs": 0, # dev env ansible3
|
||||
"host": 0,
|
||||
"inventory": 0,
|
||||
'inventory': 0,
|
||||
"inventories": {'normal': 0, 'smart': 0},
|
||||
"job_template": 0,
|
||||
"normal_inventories": 0,
|
||||
"notification_template": 0,
|
||||
"organization": 0,
|
||||
"project": 0,
|
||||
"running_jobs": 0,
|
||||
"schedule": 0,
|
||||
"smart_inventories": 0,
|
||||
"team": 0,
|
||||
"user": 0,
|
||||
"workflow_job_template": 0
|
||||
"workflow_job_template": 0,
|
||||
'unified_job': 0
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user