Skip to content

Commit

Permalink
dont know
Browse files Browse the repository at this point in the history
  • Loading branch information
CarstenSchmotz committed Jul 5, 2023
1 parent 2ef4630 commit ed7c6d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/exercise5.jv
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ pipeline GTFSPipeline {
columns: [
"stop_id" oftype integer,
"stop_name" oftype text,
"stop_lat" oftype text,//Coordinates,
"stop_lon" oftype text,//Coordinates,
"stop_lat" oftype Coordinates,
"stop_lon" oftype Coordinates,
"zone_id" oftype zone_id,

];
Expand Down

0 comments on commit ed7c6d4

Please sign in to comment.