aboutsummaryrefslogtreecommitdiff
path: root/lib/Persist.hs
diff options
context:
space:
mode:
authorstuebinm2022-07-02 17:34:29 +0200
committerstuebinm2022-07-02 17:36:04 +0200
commit84a620a47bd23d5d0f93ae6c7abe5d622005044d (patch)
tree36eb8082ce4b36057ef86b25d4694ab5c5818f72 /lib/Persist.hs
parentaeeaf83cf0dc72e9e39439984067563d08e57dec (diff)
gtfs realtime: add vehicle positions
(or at least something that looks like it might be correct — though it carries very little information, and lacks things like what the next stop along the route is)
Diffstat (limited to '')
-rw-r--r--lib/Persist.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Persist.hs b/lib/Persist.hs
index 552074f..e73b74f 100644
--- a/lib/Persist.hs
+++ b/lib/Persist.hs
@@ -68,6 +68,7 @@ RunningTrip sql=tt_tracker_token
expires UTCTime
blocked Bool
tripNumber Text
+ trainset Text Maybe
deriving Eq Show Generic
TripPing json sql=tt_trip_ping