forked from TDTP/admin_transporte_backend
again
parent
e540991ac0
commit
d54c08f356
|
@ -103,16 +103,6 @@ if v_error = '' THEN
|
||||||
end
|
end
|
||||||
WHERE trip_headsign LIKE '%-%-%';
|
WHERE trip_headsign LIKE '%-%-%';
|
||||||
|
|
||||||
-- update z_routes
|
|
||||||
-- set route_long_name = replace (route_long_name,replace(
|
|
||||||
-- (select distinct trip_headsign from z_trips where route_id =z_routes.route_id and trip_headsign like '%~%' ),'~','-'
|
|
||||||
-- ),
|
|
||||||
-- (select distinct trip_headsign from z_trips where route_id =z_routes.route_id and trip_headsign like '%~%' )
|
|
||||||
-- )
|
|
||||||
-- WHERE route_long_name LIKE '%-%-%-%-%';
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
update gtfs_archivo
|
update gtfs_archivo
|
||||||
set vigente = False
|
set vigente = False
|
||||||
|
|
Loading…
Reference in New Issue