Team Development not tracking updates from Source Control operations. Issue When pulling changes to an app using Source Control Integration, these updates are not being tracked within Team Development. The dev-child instances will not detect changes were made on dev-parent.CauseWhen Team Development attempts to identify what changes were made, it checks the sys_update_version table. However, it ignores records where the Source table is set to sys_upgrade_history. All operations from Source Control Integration are marked with source_table = sys_upgrade_history. Therefore, they are ignored.ResolutionTeam Development and Source Control Integration are not designed to work together. Therefore, this behavior is expected. To propagate changes to an app tracked in Source Control to a dev-child instance, the recommendation is to perform these updates outside of Team Development. The most efficient way to do so is to pull down the apps to those instances using Source Control Integration. This will bring them in sync with the dev-parent instance.