@golemio/pid 2.6.3-dev.818849483 → 2.6.3-dev.818927112
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -461,7 +461,7 @@ class TripsRepository extends models_2.PostgresModel {
|
|
|
461
461
|
const sqlQuery = `
|
|
462
462
|
SELECT DISTINCT
|
|
463
463
|
"${vehicle_positions_1.VehiclePositions.pgSchema}".ropidgtfs_trips.trip_id as gtfs_trip_id,
|
|
464
|
-
"${vehicle_positions_1.VehiclePositions.pgSchema}".ropidgtfs_scheduled_trips.
|
|
464
|
+
"${vehicle_positions_1.VehiclePositions.pgSchema}".ropidgtfs_scheduled_trips.date as gtfs_date,
|
|
465
465
|
"${vehicle_positions_1.VehiclePositions.pgSchema}".ropidgtfs_trips.trip_headsign as gtfs_trip_headsign,
|
|
466
466
|
"${vehicle_positions_1.VehiclePositions.pgSchema}".ropidgtfs_routes.route_id as gtfs_route_id,
|
|
467
467
|
"${vehicle_positions_1.VehiclePositions.pgSchema}".ropidgtfs_routes.route_type as gtfs_route_type,
|