[x] Appropriate branch selected => against existing PR (all PRs must first be merged to dev before they can be merged to master)
[na] Any modified or new methods or classes have helpful JavaDoc and code is thoroughly commented
[na] The description lists all applicable issues this PR seeks to resolve
[na] The description lists any configuration setting(s) that differ from the default settings
[ ] All tests and CI builds passing
Description
In this PR, continuous_pickup and continuous_drop_off linked fields in the STOP_TIMES table are set to be updated when a PatternStop entry is changed. This allows values in these fields to be exported to GTFS 2.0 archives in the Datatools GTFS editor.
Checklist
dev
before they can be merged tomaster
)Description
In this PR,
continuous_pickup
andcontinuous_drop_off
linked fields in theSTOP_TIMES
table are set to be updated when aPatternStop
entry is changed. This allows values in these fields to be exported to GTFS 2.0 archives in the Datatools GTFS editor.