Skip to content

Commit 32511a8

Browse files
committed
add todo; 4.5.3
1 parent 513566c commit 32511a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/stop_times.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ SELECT
184184
) as arrival_departure_id,
185185
186186
stop_times_based.*,
187+
-- todo: expose local arrival/departure "wall clock time"?
187188
188189
-1 AS frequencies_row,
189190
-1 AS frequencies_it

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gtfs-via-postgres",
33
"description": "Process GTFS using PostgreSQL.",
4-
"version": "4.5.2",
4+
"version": "4.5.3",
55
"main": "lib/index.js",
66
"bin": {
77
"gtfs-to-sql": "cli.js",

0 commit comments

Comments
 (0)