mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 06:28:01 -03:30
bump minor
This commit is contained in:
parent
d6f9c5a0b6
commit
153a1ecd39
@ -280,7 +280,7 @@ def _copy_table(table, query, path):
|
||||
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):
|
||||
events_query = '''COPY (SELECT main_jobevent.id,
|
||||
main_jobevent.created,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user