fix(db): add comma to comply with sql syntax

This commit is contained in:
dancingCycle 2023-06-08 14:40:44 +02:00
parent e05228a934
commit 15d6d1d51c
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_railway;
DROP VIEW IF EXISTS :schema.vw_railway;
CREATE OR REPLACE VIEW :schema.vw_railway AS