This website works better with JavaScript.
Home
Help
Sign In
chimo
/
gtfs
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
api: Only sort by departure time
master
Chimo
1 year ago
parent
3168b17ed9
commit
0cbe2b91d5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
public/api/index.php
+ 1
- 1
public/api/index.php
View File
@ -65,7 +65,7 @@ FROM
AND
st
.
departure_time
>=
:
time
ORDER
BY
tr
.
route_id
,
st
.
departure_time
)
Q
ORDER
BY
route_short_name
,
service_id
,
departure_time
ORDER
BY
departure_time
LIMIT
3
OFFSET
0
;
SQL
;
Write
Preview
Loading…
Cancel
Save