Skip to content
Snippets Groups Projects
Commit 0457a53f authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

maintenance: only fetch polylines from journeys which were not edited

parent 5392f654
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,8 @@ sub run {
[ 'id', 'polyline_id' ],
{
route => $journey->{route},
polyline_id => { '!=', undef }
polyline_id => { '!=', undef },
edited => 0,
},
{ limit => 1 }
)->hash;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment