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
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -148,7 +148,8 @@ sub run {
			[ 'id', 'polyline_id' ],
			{
				route       => $journey->{route},
				polyline_id => { '!=', undef }
				polyline_id => { '!=', undef },
				edited      => 0,
			},
			{ limit => 1 }
		)->hash;