mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
get the modified column too
This commit is contained in:
parent
9cf294f3d7
commit
d6f9c5a0b6
@ -284,6 +284,7 @@ def _copy_table(table, query, path):
|
||||
def events_table(since, full_path, until, **kwargs):
|
||||
events_query = '''COPY (SELECT main_jobevent.id,
|
||||
main_jobevent.created,
|
||||
main_jobevent.modified,
|
||||
main_jobevent.uuid,
|
||||
main_jobevent.parent_uuid,
|
||||
main_jobevent.event,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user