diff --git a/project/api/management/commands/actualiza_GTFS.sql b/project/api/management/commands/actualiza_GTFS.sql index a9c1835..0970d48 100644 --- a/project/api/management/commands/actualiza_GTFS.sql +++ b/project/api/management/commands/actualiza_GTFS.sql @@ -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