fix(db): add sh, mv, bb, st, be, nw, he, sn, th, rp, sl, by and bw subset of stops that do not comply with Global ID

This commit is contained in:
dancingCycle 2023-08-22 09:36:12 +02:00
parent 330cb0d1b0
commit b6bff81d57
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ CREATE TABLE IF NOT EXISTS :schema.tbl_gtfs_stops_de_sh_not_dhid AS SELECT stop_
CREATE TABLE IF NOT EXISTS :schema.tbl_gtfs_stops_de_mv_not_dhid AS SELECT stop_id,stop_name,stop_lat,stop_lon,the_geom FROM :schema.vw_gtfs_stops_de_mv_not_dhid;
CREATE TABLE IF NOT EXISTS :schema.tbl_gtfs_stops_de_bb_not_dhid AS SELECT stop_id,stop_name,stop_lat,stop_lon,the_geom FROM :schema.vw_gtfs_stops_de_bb_not_dhid;
CREATE TABLE IF NOT EXISTS :schema.tbl_gtfs_stops_de_st_not_dhid AS SELECT stop_id,stop_name,stop_lat,stop_lon,the_geom FROM :schema.vw_gtfs_stops_de_st_not_dhid;
CREATE TABLE IF NOT EXISTS :schema.tbl_gtfs_beops_de_be_not_dhid AS SELECT stop_id,stop_name,stop_lat,stop_lon,the_geom FROM :schema.vw_gtfs_beops_de_be_not_dhid;
CREATE TABLE IF NOT EXISTS :schema.tbl_gtfs_stops_de_be_not_dhid AS SELECT stop_id,stop_name,stop_lat,stop_lon,the_geom FROM :schema.vw_gtfs_stops_de_be_not_dhid;
CREATE TABLE IF NOT EXISTS :schema.tbl_gtfs_stops_de_nw_not_dhid AS SELECT stop_id,stop_name,stop_lat,stop_lon,the_geom FROM :schema.vw_gtfs_stops_de_nw_not_dhid;
CREATE TABLE IF NOT EXISTS :schema.tbl_gtfs_stops_de_he_not_dhid AS SELECT stop_id,stop_name,stop_lat,stop_lon,the_geom FROM :schema.vw_gtfs_stops_de_he_not_dhid;
CREATE TABLE IF NOT EXISTS :schema.tbl_gtfs_stops_de_sn_not_dhid AS SELECT stop_id,stop_name,stop_lat,stop_lon,the_geom FROM :schema.vw_gtfs_stops_de_sn_not_dhid;