-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused function get_vehicle_services_for_date
Earlier we created a more precise function get_vehicle_schedules_on_date, and replaced the use in front end with that. It is no more used and after a minor review it seems there is no use for this function any more, so removing it completely as dead code. Resolves HSLdevcom/jore4#1437
- Loading branch information
1 parent
8857101
commit df45edf
Showing
4 changed files
with
0 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
- "!include service_calendar_get_active_day_types_for_date.yaml" | ||
- "!include vehicle_service_get_timetable_versions_by_journey_pattern_ids.yaml" | ||
- "!include vehicle_service_get_timetables_and_substitute_operating_days.yaml" | ||
- "!include vehicle_service_get_vehicle_services_for_date.yaml" | ||
- "!include vehicle_journey_get_vehicle_schedules_on_date.yaml" |
3 changes: 0 additions & 3 deletions
3
...ata/hsl/databases/timetables/functions/vehicle_service_get_vehicle_services_for_date.yaml
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
migrations/hsl/timetables/2000000000101_R_after_migrate_create_vehicle_service/down.sql
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
migrations/hsl/timetables/2000000000101_R_after_migrate_create_vehicle_service/up.sql
This file was deleted.
Oops, something went wrong.