master
ifiguero 2024-07-31 03:08:09 -04:00
parent e540991ac0
commit d54c08f356
1 changed files with 0 additions and 10 deletions

View File

@ -103,16 +103,6 @@ if v_error = '' THEN
end
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
set vigente = False