feat(db): adjust park_ride logic

This commit is contained in:
dancingCycle 2023-06-16 12:35:17 +02:00
parent 8d620b0502
commit ce8d3e5eab
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
CREATE SCHEMA IF NOT EXISTS :schema;
SET search_path to :schema, public;
DROP TABLE IF EXISTS :schema.tbl_railway;
DROP TABLE IF EXISTS :schema.tbl_park_ride;
DROP VIEW IF EXISTS :schema.vw_park_ride;
CREATE OR REPLACE VIEW :schema.vw_park_ride AS