Fixes #1374 This PR fixes `update_osm_route_member()` function. Before this the column `network_type` became empty after daily-update. This PR adds `network_type` into upsert together with `rank` and `concurrency_index` columns. This bug had occurred once already and had been fixed in https://github.com/openmaptiles/openmaptiles/pull/1239 but then some columns were added and these new columns were not added into the upsert.