mirror of
https://github.com/ansible/awx.git
synced 2026-05-18 06:47:41 -02:30
bump minor
This commit is contained in:
@@ -280,7 +280,7 @@ def _copy_table(table, query, path):
|
|||||||
return file.file_list()
|
return file.file_list()
|
||||||
|
|
||||||
|
|
||||||
@register('events_table', '1.1', format='csv', description=_('Automation task records'), expensive=True)
|
@register('events_table', '1.2', format='csv', description=_('Automation task records'), expensive=True)
|
||||||
def events_table(since, full_path, until, **kwargs):
|
def events_table(since, full_path, until, **kwargs):
|
||||||
events_query = '''COPY (SELECT main_jobevent.id,
|
events_query = '''COPY (SELECT main_jobevent.id,
|
||||||
main_jobevent.created,
|
main_jobevent.created,
|
||||||
|
|||||||
Reference in New Issue
Block a user