Skip to content

Commit

Permalink
Update mapswipe_workers/python_scripts/results_to_mapping_sessions_re…
Browse files Browse the repository at this point in the history
…sults.py

Co-authored-by: Laurent Savaete <laurent@where.tf>
  • Loading branch information
Hagellach37 and laurentS committed Dec 2, 2022
1 parent 3d3f5d6 commit 13fa49c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def copy_results_batch(first_timestamp, last_timestamp):
-- create table with results for given time span
drop table if exists results_batch;
create table results_batch as
select r.*
select ms.mapping_session_id, r.task_id, r."result"
from mapping_sessions ms, results r
where
ms.start_time >= %(first_timestamp)s
Expand Down

0 comments on commit 13fa49c

Please sign in to comment.