+select visit,type,origin.url as origin,date,snapshot,status,metadata
from origin_visit
left join origin on origin_visit.origin=origin.id
where (origin_visit.origin) >= %s and (origin_visit.origin) < %s
@@ -137,10 +143,10 @@
"id",
"date",
"date_offset",
+ "date_neg_utc_offset",
"comment",
"name",
"synthetic",
- "date_neg_utc_offset",
"target",
"target_type",
"author_id",
@@ -152,9 +158,87 @@
assert (
query
== """
-select release.id as id,date,date_offset,comment,release.name as name,synthetic,date_neg_utc_offset,target,target_type,a.id as author_id,a.name as author_name,a.email as author_email,a.fullname as author_fullname
+select release.id as id,date,date_offset,date_neg_utc_offset,comment,release.name as name,synthetic,target,target_type,a.id as author_id,a.name as author_name,a.email as author_email,a.fullname as author_fullname