Skip to content

Commit

Permalink
Bump up unified_jobs_table version for new column addition
Browse files Browse the repository at this point in the history
  • Loading branch information
beeankha authored and shanemcd committed Feb 23, 2021
1 parent 368d60b commit e9ac03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/main/analytics/collectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e9ac03a

Please sign in to comment.