Skip to content

Commit

Permalink
Fix column name casing
Browse files Browse the repository at this point in the history
  • Loading branch information
geertw committed Sep 24, 2023
1 parent 709aadd commit ecc5b76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dump/dump.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ func DumpServicesStops(db *sql.DB, csvFile *os.File, gzipCompression bool, start
"Stop:Arrival time",
"Stop:Arrival delay",
"Stop:Arrival cancelled",
"Stop:departure time",
"Stop:departure delay",
"Stop:departure cancelled",
"Stop:Departure time",
"Stop:Departure delay",
"Stop:Departure cancelled",
})

var serviceCount int
Expand Down

0 comments on commit ecc5b76

Please sign in to comment.