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:
Christian Adams
2019-03-12 10:30:01 -04:00
parent 636153d92c
commit a7368cec43
7 changed files with 166 additions and 75 deletions
@@ -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
}