We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513566c commit 32511a8Copy full SHA for 32511a8
lib/stop_times.js
@@ -184,6 +184,7 @@ SELECT
184
) as arrival_departure_id,
185
186
stop_times_based.*,
187
+ -- todo: expose local arrival/departure "wall clock time"?
188
189
-1 AS frequencies_row,
190
-1 AS frequencies_it
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "gtfs-via-postgres",
3
"description": "Process GTFS using PostgreSQL.",
4
- "version": "4.5.2",
+ "version": "4.5.3",
5
"main": "lib/index.js",
6
"bin": {
7
"gtfs-to-sql": "cli.js",
0 commit comments