mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
Move the comma so unit test can filter things properly.
This commit is contained in:
parent
a296f64696
commit
cd6d2ed53a
@ -248,8 +248,8 @@ def copy_tables(since, full_path):
|
||||
main_jobevent.role,
|
||||
main_jobevent.job_id,
|
||||
main_jobevent.host_id,
|
||||
main_jobevent.host_name,
|
||||
CAST(main_jobevent.event_data::json->>'start' AS TIMESTAMP WITH TIME ZONE) AS start,
|
||||
main_jobevent.host_name
|
||||
, CAST(main_jobevent.event_data::json->>'start' AS TIMESTAMP WITH TIME ZONE) AS start,
|
||||
CAST(main_jobevent.event_data::json->>'end' AS TIMESTAMP WITH TIME ZONE) AS end,
|
||||
main_jobevent.event_data::json->'duration' AS duration,
|
||||
main_jobevent.event_data::json->'res'->'warnings' AS warnings,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user