Skip to content

Commit

Permalink
Add TTS fields
Browse files Browse the repository at this point in the history
  • Loading branch information
npaun committed Aug 12, 2019
1 parent 072cc71 commit fc162e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helpers/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const keysByTableName = {
'parent_station',
'stop_timezone',
'wheelchair_boarding',
'tts_stop_name'
],
routes: [
'route_id',
Expand All @@ -38,6 +39,8 @@ const keysByTableName = {
'route_color',
'route_text_color',
'route_sort_order',
'tts_route_short_name',
'tts_route_long_name'
],
trips: [
'route_id',
Expand Down

0 comments on commit fc162e5

Please sign in to comment.