feat(db): adjust db/sql/trip-updates.sql

This commit is contained in:
dancingCycle 2023-12-16 13:42:25 +01:00
parent 5eb046c5e6
commit e2d19d0ce6
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ CREATE SCHEMA IF NOT EXISTS :schema;
SET search_path to :schema, public;
-- create table
DROP TABLE IF EXISTS :schema.trip_updates;
DROP TABLE IF EXISTS :schema.trip_updates CASCADE;
CREATE TABLE IF NOT EXISTS :schema.trip_updates
(