The environment variable GTFS_RANGE will configure the schedules included. If not specified the default is the previously hardcoded value, 3 months.
Because mysql makes it annoying to provide an interval as an argument I just string interpolate it. The docs have a warning not to allow untrusted input.
The environment variable GTFS_RANGE will configure the schedules included. If not specified the default is the previously hardcoded value, 3 months.
Because mysql makes it annoying to provide an interval as an argument I just string interpolate it. The docs have a warning not to allow untrusted input.