Skip to content

Commit

Permalink
Fix: schema
Browse files Browse the repository at this point in the history
  • Loading branch information
rahls7 committed Oct 30, 2019
1 parent 151a982 commit d5d52de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const indexKeysByTableName = {
trips: { indexKey: 'trip_id' },
shapes: { firstIndexKey: 'shape_id', secondIndexKey: 'shape_pt_sequence' },
transfers: { firstIndexKey: 'from_stop_id', secondIndexKey: 'to_stop_id' },
pathways: { firstIndexKey: 'pathway_id'},
pathways: { indexKey: 'pathway_id'},
feed_info: { singleton: true },
};

Expand Down

0 comments on commit d5d52de

Please sign in to comment.