mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Bump up unified_jobs_table version for new column addition
This commit is contained in:
parent
5b17ab6873
commit
60827143bb
@ -311,7 +311,7 @@ def events_table(since, full_path, until, **kwargs):
|
||||
return _copy_table(table='events', query=events_query, path=full_path)
|
||||
|
||||
|
||||
@register('unified_jobs_table', '1.1', format='csv', description=_('Data on jobs run'), expensive=True)
|
||||
@register('unified_jobs_table', '1.2', format='csv', description=_('Data on jobs run'), expensive=True)
|
||||
def unified_jobs_table(since, full_path, until, **kwargs):
|
||||
unified_job_query = '''COPY (SELECT main_unifiedjob.id,
|
||||
main_unifiedjob.polymorphic_ctype_id,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user