Changes shared-overwrite/.github/workflows/mt-sync-code-data.yml
Should add workflow_dispatch inputs to delete all current IDs before MT parse current step in order to delete those files:
app-android/src/main/res-*/raw/*_gtfs_schedule_path_ids
app-android/src/main/res-*/raw/*_gtfs_schedule_service_ids
app-android/src/main/res-*/raw/*_gtfs_strings
In order to forget about old unused IDs.
This will cause data change that we generally want to avoid but it's necessary to clean sometimes.
Actuall should just delete entire schedule (all files) from app-android/src/main/res-*/.
Changes
shared-overwrite/.github/workflows/mt-sync-code-data.ymlShould add
workflow_dispatchinputsto delete all current IDs beforeMT parse currentstep in order to delete those files:app-android/src/main/res-*/raw/*_gtfs_schedule_path_idsapp-android/src/main/res-*/raw/*_gtfs_schedule_service_idsapp-android/src/main/res-*/raw/*_gtfs_stringsIn order to forget about old unused IDs.
This will cause data change that we generally want to avoid but it's necessary to clean sometimes.
Actuall should just delete entire schedule (all files) from
app-android/src/main/res-*/.